Delete role

DELETE /api/roles/{id}

Delete a role with the given ID.

Path parameters

  • id string Required

    The unique identifier of the role.

Responses

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