DELETE
/
contact
/
note
/
:noteId([0-9]+)
curl --request DELETE \
  --url 'https://api.fint.app/api/v1/contact/note/:noteId([0-9]+)' \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

noteId
number
required

Response

200
application/json
Nota eliminada exitosamente del contacto
message
string
required