# Delete Webhook Deletes an existing webhook. Endpoint: DELETE /v1/account/delete_webhook Version: 1.4.2 Security: ApiKeyAuth ## Request fields (application/json): - `webhook_url` (string, required) Webhook URL to delete. Example: "https://example.com/webhook" - `webhook_type` (string, required) Type of webhook. Must be one of ["product_sent","update_discount_code","update_commission","update_custom_link", "new_payout_request","new_email_sent","new_influencer_reply", "new_influencer_post","new_max_bid","new_influencer_order"]. Example: "new_influencer_reply" ## Response 200 fields ## Response 400 fields