Skip to main content
DELETE
/
api
/
v2
/
webhookRelay
/
{type}
Delete a webhook relay configuration
curl --request DELETE \
  --url 'https://api.vida.dev/api/v2/webhookRelay/{type}?token='
{
  "success": true,
  "message": "Webhook Relay type 'twilioSMS' removed successfully."
}

Authorizations

token
string
query
required

Vida API Token

Path Parameters

type
string
required

Relay type to delete (must be one previously configured)

Response

Relay configuration deleted

success
boolean
Example:

true

message
string
Example:

"Webhook Relay type 'twilioSMS' removed successfully."