Delete a Webhook
curl --request DELETE \
--url https://api.sandbox.solidfi.com/v2/webhook/{webhook_id} \
--header 'api-key: <api-key>'
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
"{{api_key}}"
The webhook was deleted successfully.
curl --request DELETE \
--url https://api.sandbox.solidfi.com/v2/webhook/{webhook_id} \
--header 'api-key: <api-key>'