Delete an internal email note
DELETE
/emails/{id}/internal-notes/{noteId}
Deletes an internal note only when it has no replies.
Authorizations
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
Type
Requiredstring
noteId*
Type
Requiredstring
Responses
OK
application/json
JSON "message": "string"
{
}