Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Success, webhook deleted
curl --request DELETE \
--url https://api.kajabi.com/api/v1/hooks/{id} \
--header 'Authorization: Bearer <token>'This response does not have an example.Deletes a webhook subscription
curl --request DELETE \
--url https://api.kajabi.com/api/v1/hooks/{id} \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success, webhook deleted
Was this page helpful?