v3

OpenAPI 3.0.0Dex Terms of Service2026-07-311481984.7 KB
contacts

Delete a contact (v2)

Permanently delete a contact by its ID. Returns the canonical bulk envelope: { data: { affected: 1, ids: [contactId] } }. Idempotency-Key is optional.

delete/v2/contacts/{contactId}

Path parameters

contactIdstring uuid required

Headers

Idempotency-Keystring
Example:01HV8N6X7K3P9Q5R2T4Y6W8Z0A

Optional. Accepted to dedupe retries on this endpoint. See apps/rest-api/src/shared/idempotency.ts.

Response

Successful response