cURL
curl --request DELETE \ --url 'https://api.vida.dev/api/v2/webhookRelay/{type}?token='
{ "success": true, "message": "Webhook Relay type 'twilioSMS' removed successfully." }
Removes the stored webhook relay settings for the specified type from the authenticated user account.
Vida API Token
Relay type to delete (must be one previously configured)
Relay configuration deleted
true
"Webhook Relay type 'twilioSMS' removed successfully."