Skip to main content
DELETE
/
share
/
{id}
Delete a shareable asset
curl --request DELETE \
  --url https://api.cloudglue.dev/v1/share/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "object": "share"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The ID of the shareable asset to delete

Response

Shareable asset deleted successfully

id
string<uuid>
required

ID of the deleted shareable asset

object
enum<string>
required

Object type, always 'share'

Available options:
share