Delete a chainhook

Delete a chainhook through the Hiro Platform.

DELETE
/v1/ext/{apiKey}/chainhooks/{chainhookUuid}

Delete a chainhook

Path Parameters

apiKey
Required
string

Hiro API key

Pattern: "0941f307fd270ace19a5bfed67fbd3bc"

chainhookUuid
Required
string

Chainhook UUID

Pattern: "aa3626dc-2090-49cd-8f1e-8f9994393aed"
Status codeDescription
200Default Response
/v1/ext/{apiKey}/chainhooks/{chainhookUuid}

curl -X DELETE "https://api.platform.hiro.so/v1/ext/{apiKey}/chainhooks/{chainhookUuid}"

{
  "status": "string",
  "chainhookUuid": "string",
  "message": "string"
}