DELETE /contacts/{contact_id}

Path parameters

  • contact_id integer(int32) Required

    ID of contact to delete

Responses

  • 204

    Contact deleted

  • 500 application/json

    An unexpected error occurred

    Hide response attributes Show response attributes object
    • code integer(int32) Required
    • message string Required
DELETE /contacts/{contact_id}
curl \
 --request DELETE 'https://*.syngency.com/admin/api/contacts/{contact_id}'
Response examples (500)
{
  "code": 42,
  "message": "string"
}