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
Changes
Changed in 2 of the 54 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 20 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲