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

  • 204

    The organization role was deleted successfully.

  • 400

    Bad Request

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    Not Found

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