Send the HTTP DELETE request to delete the Hook and cancel the subscription. Use Hook ID, provided by Lipscore during the Hook registration, to identify the Hook you want to delete.
On the successful deletion we will return a 200 status code, if the provided Hook ID is invalid we will return a 404 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
{}