Delete contact

org.intentschema.productivity.contacts.contact.delete.v1

JSON: bare · @sha256:049612fc57b5…
Hash: sha256:049612fc57b5a811e64bb2ada519656463344901e61ebd96c4da8ba12b689744

Delete a contact record. On most providers this is permanent and unrecoverable.

Payload

FieldTypeDescription
target *Target (required: external_id)
idempotency_keystring

Result

FieldTypeDescription
external_idstring
deleted_atstring (date-time)

Examples

delete

{
  "target": {
    "system": "google_contacts",
    "external_id": "contact_abc"
  }
}

Profiles