Remove role from application

DELETE /api/roles/{id}/applications/{applicationId}

Remove the role from an application with the given ID.

Path parameters

  • id string Required

    The unique identifier of the role.

  • applicationId string Required

    The unique identifier of the application.

Responses

DELETE /api/roles/{id}/applications/{applicationId}
curl \
 -X DELETE https://[tenant_id].logto.app/api/roles/{id}/applications/{applicationId} \
 -H "Authorization: Bearer $ACCESS_TOKEN"