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.
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 |
DELETE /hooks/1?api_key=889c3f3e4b6ac67269261324Request
{ "id": 1 }Response
{}