Skip to main content
DELETE
Delete Contact Note

Autorizações

api_access_token
string
header
obrigatório

Parâmetros de caminho

contact_id
string<uuid>
obrigatório

ID of the contact

id
string<uuid>
obrigatório

ID of the note

Resposta

Contact note deleted successfully

success
boolean
obrigatório
Exemplo:

true

data
object | null
obrigatório

Deleted note data (null for delete operations)

Exemplo:

null

meta
object
obrigatório
message
string
obrigatório

Success message

Exemplo:

"Contact note deleted successfully"