> For the complete documentation index, see [llms.txt](https://developers.gleantap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.gleantap.com/update-data/delete-contact.md).

# Delete Contact

## Remove a contact

> Remove a contact from the system

```json
{"openapi":"3.0.0","info":{"title":"Gleantap External API","version":"1.0.0"},"tags":[{"name":"Contacts","description":"Contacts"}],"servers":[{"url":"https://api.gleantap.com","description":"Production server"}],"paths":{"/v2/ExternalApi/removeContact":{"post":{"tags":["Contacts"],"summary":"Remove a contact","description":"Remove a contact from the system","operationId":"11c8a2fc3df76273701d3ffd3fa3215a","parameters":[{"name":"X-API-KEY","in":"header","description":"Your API key","required":true,"schema":{"type":"string"}},{"name":"X-SECRET-KEY","in":"header","description":"Your Secret key","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"required":["app_id","id"],"properties":{"app_id":{"type":"string"},"id":{"description":"Unique Gleantap Contact ID","type":"string"}},"type":"object"}}}},"responses":{"200":{"description":"Contact removed successfully","content":{"application/json":{"schema":{"properties":{"result":{"type":"string"}},"type":"object"}}}},"400":{"description":"Invalid request"}}}}}}
```
