Referência da APIExtensõesCreditNotas
Remover nota
Remove uma nota da mesa.
AuthorizationBearer <token>
In: header
Path Parameters
orgstring
Id ou slug da organização (de deskGetMe).
noteIdstring
Id da nota (de deskListNotes).
Response Body
curl -X DELETE "https://api.databolsa.com/v1/desk/orgs/string/notes/string"{
"deleted": true
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"code": "string"
}