Delete Share
Delete a share
Request
URI
DELETE
https://{api_host}/tca/tenancy/api/v1/orgs/{tenancyShareOrgId}/shares/{shareId}
COPY
Path Parameters
string
tenancyShareOrgId
Required
The identifier of the tenant/organization
tenancyShareOrgId example
c11ade69-5f11-4bef-9cbe-d52fcecb5bea
string
shareId
Required
The identifier of the share
Query Parameters
boolean
force
Optional
Forceful deletion of share. If true used shares can be deleted as well
Responses
204
Successfully removed the share
Operation doesn't return any data structure
400
Bad Request
Returns errorResponse of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Share not found
Operation doesn't return any data structure
500
Internal Server Error
Returns errorResponse of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}