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