Agiled Docs
DELETE
/public/v1/contacts/{contactId}

Deletes one contact by id.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

contactId*string

Response Body

application/json

curl -X DELETE "https://loading/public/v1/contacts/string"
{  "data": {    "deleted": true  }}
Empty
Empty
Empty
Empty