Skip to content

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
string
Required
noteId*
Type
string
Required

Responses

OK

application/json
JSON
{
  
"message": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI