RocketKOR

Remove a Note

Delete a note attached to a Customer, Recipient, Team Member, Financial Account, transaction, or scheduled transaction. Once deleted, notes cannot be retrieved.

Endpoint

DELETE /v1/notes/{noteId}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

noteId  REQUIRED

string (UUID)

Unique ID assigned to the note.

Request Body

None

Returns

If successful, returns 204 Note has been deleted.

SAMPLE RESPONSE

				
					{
  204 Note has been deleted.
}