Remove a API resource role from application
Remove a API resource role from the specified application.
Path parameters
-
The unique identifier of the application.
-
The unique identifier of the role.
DELETE
/api/applications/{applicationId}/roles/{roleId}
curl \
--request DELETE https://[tenant_id].logto.app/api/applications/{applicationId}/roles/{roleId} \
--header "Authorization: Bearer $ACCESS_TOKEN"