Skip to main content
POST
/
api
/
contacts
/
{id}
/
inactivate
Inactivate a contact
curl --request POST \
  --url https://api.example.com/api/contacts/{id}/inactivate

Path Parameters

id
number
required

Contact ID

Response

201 - undefined