Shares

Delete a share

DELETE/api/share/id/{shareId}

Deletes the specified share after checking permission to delete shares for its resource.

Headers

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Path parameters

NameTypeDescription
shareIdrequiredstringIdentifier used to access a shared resource.

Responses

200The operation completed successfully.
NameTypeDescription
okrequiredanyWhether the operation succeeded.
200 example
401Unauthorized.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
401 example

Code samples

cURL