1. API
  2. Cases
  3. Webhooks

Webhooks: Delete

Description

Delete a case webhook by ID.

Request

HTTP Method: DELETE

Path Parameter Description
id The ID of the webhook to delete.
curl -X DELETE \
  https://<tenant-domain>/api/v1/case_webhooks/<<id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'

Response

A successful request returns a 204 No Content response with an empty body.

Was this helpful?