Delete Contact
Remove a contact from the system
Header parameters
X-API-KEYstringRequired
Your API key
X-SECRET-KEYstringRequired
Your Secret key
Body
app_idstringRequired
idstringRequired
Unique Gleantap Contact ID
Responses
200
Contact removed successfully
application/json
400
Invalid request
post
POST /v2/ExternalApi/removeContact HTTP/1.1
Host: api.gleantap.com
X-API-KEY: text
X-SECRET-KEY: text
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"app_id": "text",
"id": "text"
}
{
"result": "success"
}
Last updated