Delete organization role

DELETE /api/organization-roles/{id}

Delete organization role by ID.

Path parameters

  • id string Required

    The unique identifier of the organization role.

Responses

DELETE /api/organization-roles/{id}
curl \
 -X DELETE https://[tenant_id].logto.app/api/organization-roles/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"