Skip to main content
DELETE
/
contacts
/
{id}
Delete a contact
curl --request DELETE \
  --url https://app.gaintrace.com/api/v1/contacts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "detail": "<string>",
  "code": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer API key. Secret server keys start with gt_live_; client-safe browser keys start with gt_pub_ (write-only, origin-pinned). Create and scope keys in Settings → API Keys.

Path Parameters

id
string
required

Resource UUID. For companies you may also pass ext:<externalId> to address by your external id.

Response

Deleted.

Last modified on July 6, 2026