cURL
curl --request DELETE \ --url https://v2.flabs.in/client/events/deleteEvent/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Subscribed event deleted successfully" }
Delete a specific webhook by its unique identifier. This will permanently remove the and stop all webhook deliveries for that.
JWT token obtained from the authentication endpoint
Unique identifier of the webhook to delete
Successfully deleted webhook
true
"Subscribed event deleted successfully"
Was this page helpful?