Send an HTTP DELETE request to destroy Hook and cancel a subscription. Use Hook ID, provided by Lipscore during Hook registration, to identify a Hook you want to destroy. On a successful cancellation we will return a 200 status code.

Supported Formats

json

Params

Param name Description
id
required

Hook ID provided by Lipscore


Value:

Must be a Integer

api_key
required

API key (a 24 character unique code)


Value:

Must be a String

Examples

DELETE /hooks/1?api_key=889c3f3e4b6ac67269261324

Request
{ "id": 1 }
Response
{ }