Skip to main content
DELETE
/
client
/
events
/
deleteEvent
/
{id}
Delete webhook
curl --request DELETE \
  --url https://v2.flabs.in/client/events/deleteEvent/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Subscribed event deleted successfully"
}

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Path Parameters

id
string
required

Unique identifier of the webhook to delete

Response

Successfully deleted webhook

success
boolean
Example:

true

message
string
Example:

"Subscribed event deleted successfully"

I