v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-054102371.0 MB
Service Agent

Delete a case note

Delete the note of the given note ID on the case of the given case ID. An agent may only delete a note it authored itself; notes authored by another agent or by the system cannot be deleted through this endpoint.

delete/service_agents/contact_cases/{id}/notes/{note_id}

Path parameters

idstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000

The unique identifier of the case. Returned from the GET /service_agents/contact_cases response.

note_idstring uuid required
Example:33333333-0000-0000-0000-000000000003

The unique identifier of the note. Returned from the GET /service_agents/contact_cases/{id}/notes response.

Response

Case note deleted successfully.

object required