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."
}

Documentation Index

Fetch the complete documentation index at: https://vida.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

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."