Skip to content

Service: User Group Member Deletion

Eliza Margaretha edited this page May 20, 2022 · 16 revisions

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

Deletes a user-group member. Only the user-group admins of a group are allowed to delete members of that group. Group owner cannot be deleted.

Available in: full version

Method: DELETE

Service URL: root/group/@{group_name}/~{member_username}

Parameters

Header Parameter

Name Required Authentication scheme Value
Authorization yes HTTP authentication with scheme: Bearer OAuth2 access token

Path Parameters

Name Required Description Type
group_name yes user-group name String
member_username yes username of a group member String

Examples

Request with cURL

curl -v --request delete
     -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1MTM1MzI3O
       TAxMzQsInN1YiI6InVzZXJuYW1lIiwiaXNzIjoiaHR0cDpcL1wva29yYXAuaWRzLW1
       hbm5oZWltLmRlIn0.p4jHIGeVwTpYAPFiWAd0R8Zcazyg7e9_tUGxOyFGUlo' 
     'http://localhost:8089/api/v1.0/group/@marlin-group/~pearl'

Request with Basic authentication (for testing only)

curl -v --request delete
     -H 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' 
     'http://localhost:8089/api/v1.0/group/@marlin-group/~pearl'

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