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
| Field | Type | Description |
target * | Target (required: external_id) | |
idempotency_key | string | |
Result
| Field | Type | Description |
external_id | string | |
deleted_at | string (date-time) | |
Examples
delete
{
"target": {
"system": "google_contacts",
"external_id": "contact_abc"
}
}
Profiles