Skip to main content
DELETE
Eliminar una nota
Deletes a note. The deletion is permanent — there is no soft-delete flag and no restore endpoint. The note disappears from the contact’s and the ticket’s timeline.

Endpoint

Required scope

crm:notes:delete

Headers

Path parameters

Example request

Response

204 No Content

The note was deleted. The response body is empty.

401 Unauthorized

Missing, invalid, revoked, or expired token.

403 Forbidden

The token does not have the crm:notes:delete scope.

404 Not Found

No note with that id, or the note belongs to a different company.

Operational notes

  • Any token with the scope can delete any note, including notes written by other users or other integrations. Grant crm:notes:delete only to the system that owns the cleanup.

Authorizations

Authorization
string
header
required

Personal Access Token con prefijo kbai_pk_. Generar desde el portal con permiso developer.manage_tokens.

Path Parameters

id
string
required

Response

204

Nota eliminada