DELETE
/
webhooks
/
{whk_id}
curl https://production.methodfi.com/webhooks/whk_cSGjA6d9N8y8R \
  -X DELETE \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"

Deletes the Webhook associated with the ID.

Path Parameters

whk_id
string

The ID of the Webhook to delete

Returns

Returns 200 with an empty object on success.

curl https://production.methodfi.com/webhooks/whk_cSGjA6d9N8y8R \
  -X DELETE \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"