Delete hook

DELETE /api/hooks/{id}

Delete hook by ID.

Path parameters

  • id string Required

    The unique identifier of the hook.

Responses

DELETE /api/hooks/{id}
curl \
 -X DELETE https://[tenant_id].logto.app/api/hooks/{id}