Delete Webhook
DELETE/v1/webhook/delete
This endpoint deletes webhook
Request
- application/json
Body
required
Webhook Delete Payload
event stringrequired
Possible values: [EMAIL_EVENT, DOMAIN_VERIFICATION]
Responses
- 200
- 400
- 409
webhook deleted
- application/json
- Schema
- Example (from schema)
Schema
message string
success boolean
{
"message": "webhook created",
"success": true
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
success boolean
{
"error": "string",
"success": false
}
Conflict Webhook Not Found
- application/json
- Schema
- Example (from schema)
Schema
error string
success boolean
{
"error": "string",
"success": false
}
Loading...