Post
/contact/delete
Deletes the contact identified by the specified identifier.
Request body example:
{
"type":"EMAIL",
"value":"test@test.com"
}
Body parameters
object
type
string
Valid values[
"APP_ALIAS",
"EMAIL",
"EXTERNAL",
"ID",
"MOBILE"
]
value
string
Responses
200
400