Skip to main content
DELETE
/
v1
/
organizations
/
{id}
/
shares
/
{shareId}
Delete a resource share (admin only)
curl --request DELETE \
  --url http://0.0.0.0:3000/v1/organizations/{id}/shares/{shareId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID da organização

shareId
integer
required

ID numérico do compartilhamento

Response

Share deleted