Path parameters
-
The unique identifier of the role.
DELETE /api/roles/{id}
curl \
-X DELETE https://[tenant_id].logto.app/api/roles/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
The unique identifier of the role.
curl \
-X DELETE https://[tenant_id].logto.app/api/roles/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"