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 \
 --request DELETE https://[tenant_id].logto.app/api/roles/{id} \
 --header "Authorization: Bearer $ACCESS_TOKEN"