DELETE
/
api
/
v2
/
webhookRelay
/
{type}
curl --request DELETE \
  --url https://api.vida.dev/api/v2/webhookRelay/{type}
{
  "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

200
application/json

Relay configuration deleted

The response is of type object.