Skip to content

Service: User Setting Key Deletion

Eliza Margaretha edited this page Feb 5, 2019 · 3 revisions

** WARNING: This service is experimental and may change without any notice.

Deletes a user setting entry of a user and a given key.

Available in: full version

Method: DELETE

Service URL: {root}/{api-version}/~{username}/setting/{key}

Parameters

Path parameters

name required description type example
root yes the service root URI String http://localhost:8089/api
api-version yes the version of the API String v1.0
username yes the username must be the same as the authenticated username String
key yes the key of the setting entry to be deleted String pos-foundry

Header Parameters

Name Required Description Value
Authorization yes HTTP authentication with schemes: Api, Bearer user authentication token: Api token, OAuth2 access token (Bearer)

Examples

curl -v -X DELETE
     -H 'Authorization: Api eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1MTM1MzI3O
       TAxMzQsInN1YiI6InVzZXJuYW1lIiwiaXNzIjoiaHR0cDpcL1wva29yYXAuaWRzLW1
       hbm5oZWltLmRlIn0.p4jHIGeVwTpYAPFiWAd0R8Zcazyg7e9_tUGxOyFGUlo'     
      http://localhost:8089/api/v1.0/~dory/setting/pos-foundry

Advanced Setting

Developer Setting

Search services

Metadata services

Authentication and Authorization services

Client services

Super client services

Plugin services

User services

User group services

Virtual corpus services

Virtual corpus access services

Administrative services

Description services

Clone this wiki locally