Authorizations
- x-api-key string required header
Your Valley API key.
Path Parameters
- id string required
Response
application/json- statusCode number
- status boolean
- message string
Webhooks
Delete a webhook permanently. Valley stops POSTing to its URL immediately; there is no undo. To stop delivery temporarily use PATCH with enabled=false instead. WORKSPACE webhooks require ADMIN/OWNER.
/public/v1/webhooks/{id} DELETE /public/v1/webhooks/{id}
curl --request DELETE \
--url 'https://api.joinvalley.co/public/v1/webhooks/{ID}' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'{
"statusCode": 1,
"status": true,
"message": "<string>"
}Default Response
Your Valley API key.