cURL
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." }
Delete a specific webhook by its ID.
The ID of the team webhook.
Confirmation of the deletion.
The response is of type object.
object
Was this page helpful?