Delete hook

DELETE /api/hooks/{id}

Delete hook by ID.

Path parameters

  • id string Required

    The unique identifier of the hook.

Responses

  • 204

    The hook was deleted successfully.

  • 400

    Bad Request

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    Not Found

DELETE /api/hooks/{id}
curl \
 --request DELETE 'https://[tenant_id].logto.app/api/hooks/{id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"