Skip to main content
DELETE
/
api
/
v1
/
mgt
/
workspaces
/
{workspaceId}
/
webhook-subscriptions
/
{subscriptionId}
Delete Webhook Subscription
curl --request DELETE \
  --url https://api.xenia.team/api/v1/mgt/workspaces/{workspaceId}/webhook-subscriptions/{subscriptionId} \
  --header 'x-client-key: <api-key>' \
  --header 'x-client-secret: <api-key>'
{
  "status": true,
  "code": 200,
  "message": "Webhook subscription deleted successfully"
}

Authorizations

x-client-key
string
header
required
x-client-secret
string
header
required

Path Parameters

workspaceId
string<uuid>
required

Workspace ID

subscriptionId
string<uuid>
required

Subscription ID

Response

Subscription deleted successfully

status
boolean
code
integer
message
string