Description

Deletes the contact identified by the specified identifier.

Request path

POST [REST URL]/contact/delete

Example body

{
    "type":"EMAIL",
    "value":"test@test.com"
}