Webhooks
Delete Webhook
POST
/webhooks/delete
x-vessel-api-token*
{
"status": "200",
"example": {
"id": "v_webhook_1231241"
}
}
curl --request POST \
--url https://api.vessel.dev/webhooks/delete \
--header 'Content-Type: application/json' \
--header 'x-vessel-api-token: ' \
--data '{
"id": "v_webhook_12312312"
}'
Body
idrequired
string
Response
id
string
curl --request POST \
--url https://api.vessel.dev/webhooks/delete \
--header 'Content-Type: application/json' \
--header 'x-vessel-api-token: ' \
--data '{
"id": "v_webhook_12312312"
}'
{
"status": "200",
"example": {
"id": "v_webhook_1231241"
}
}