API referenceCatalogContacts
Delete contact
Deletes one customer or supplier after checking organization ownership and dependent records.
- Endpoint
DELETE /v1/contacts/{contactId}- Authorization
- The contact's stored kind determines the required permission: `customer` → `customers:manage`, `supplier` → `providers:manage`.
- Environments
- Production and sandbox
- Idempotency
- Required for safe retries.