Skip to content

Service: User Group Deletion

Eliza Margaretha Illig edited this page Oct 25, 2024 · 15 revisions

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

Deletes a user-group. Only group owners and system admins can delete user-groups.

Available in: full version

Method: DELETE

Service URL: root/group/@{group_name}

Parameters

Header Parameter

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

Path Parameter

Name Required Description Type
group_name yes the user-group name String

Response Codes

HTTP Status Code Description
200 OK successful request
401 Unauthorized when the operation is not permitted, e.g. user doesn't log in

Examples

Request

curl --request DELETE 
     -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJleH' 
     http://localhost:8089/api/v1.0/group/@korap-group

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 (VC) services

VC sharing services

Administrative services

Description services

Clone this wiki locally