Delete an existing provider note

Deletes an existing note associated with the specified provider.

Request
path Parameters
providerId
required
string <uuid>

Identifier of the provider associated with the note to delete.

noteId
required
string <uuid>

Identifier of the note to be deleted.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict

500

Server Error

delete/providers/{providerId}/notes/{noteId}