Skip to content

Virtual Corpus Remove Sharing

Eliza Margaretha Illig edited this page Mar 5, 2025 · 1 revision

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

removes access to a virtual corpus for a user-group.

Available in: full version

Method: DELETE

Service URL: root/vc/~{vc_creator}/{vc_name}/delete/{@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
vc_creator yes the username of the virtual corpus creator String
vc_name yes virtual corpus name String
group_name yes user-group name String

Examples

Request

curl --request DELETE 
     -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9_tUGxOyFGUlo' 
     http://localhost:8089/api/v1.1/vc/~nemo/wikipedia/@wiki-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