Last updated 2 months ago
Remove a contact from the system
Your API key
Your Secret key
Unique Gleantap Contact ID
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" }
Contact removed successfully
{ "result": "success" }