Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
Delete webhook
curl --request DELETE \
  --url https://api.timelyai.com.br/v1/webhooks/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "deleted": true
  }
}

Authorizations

x-api-key
string
header
required

API key obtained from the dashboard

Path Parameters

id
string<uuid>
required

Webhook ID

Response

Webhook deleted

data
object