Delete a chainhook

Delete a chainhook through the Hiro Platform.

DELETE

Parameters

Path Parameters

apiKey
REQUIRED
string Hiro API key
chainhookUuid
REQUIRED
string Chainhook UUID
Status codeDescription
200Default Response
cURL
curl -L -X DELETE \
"https://api.hiro.so/v1/ext/{apiKey}/chainhooks/{chainhookUuid}" \
-H 'Accept: application/json'
Response
{
"status": "success",
"chainhookUuid": "string",
"message": "Error message"
}