RocketKOR

Remove a Note

Delete a note belonging to a Financial Account, Recipient, Team Member, or 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.
}