DELETE
/
contact
/
:contactId
curl --request DELETE \
  --url https://api.fint.app/api/v1/contact/:contactId \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

Path Parameters

contactId
number
required

Response

204
application/json
Contacto eliminado con éxito

The response is of type object.