DELETE
/
webhook
/
{webhookId}
Delete Team Webhook
curl --request DELETE \
  --url https://api.sendx.io/api/v1/rest/webhook/{webhookId} \
  --header 'X-Team-ApiKey: <api-key>'
{
  "id": "sendx123",
  "message": "Resource (name) has been deleted successfully."
}

Authorizations

X-Team-ApiKey
string
header
required

Path Parameters

webhookId
string
required

The ID of the team webhook.

Response

200
application/json

Confirmation of the deletion.

The response is of type object.