Skip to content

Delete a Webhook Endpoint

DELETE
/v1/webhook_endpoints/{id}
curl --request DELETE \
--url https://api.parasta.io/v1/webhook_endpoints/example \
--header 'Authorization: Bearer <token>'
id
required
string

Deleted

Object not found

Media type application/json
object
error
required
object
type
required
string
Allowed values: authentication_error permission_error invalid_request_error not_found_error rate_limit_error idempotency_error payment_error network_error api_error
code
required
string
message
required
string
param
string
request_id
string
Example
{
"error": {
"type": "authentication_error"
}
}