Skip to main content
DELETE
/
api
/
v1
/
hooks
/
{hook_id}
Delete Hook
curl --request DELETE \
  --url https://api.example.com/api/v1/hooks/{hook_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

hook_id
string
required

Response

Successful Response