Case
Delete a case note
Delete the note of the given note ID on the case of the given case ID.
delete/contact_cases/{id}/notes/{note_id}
Path parameters
idstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000
The ID of the case. The ID is returned from GET /v1.0/contact_cases response.
note_idstring uuid required
Example:33333333-0000-0000-0000-000000000003
The ID of the note. The ID is returned from GET /v1.0/contact_cases/{id}/notes response.
Response
Case note deleted successfully.
object required