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

200
application/json

Successfully deleted webhook

The response is of type object.