Delete a customer

View as Markdown

Soft delete — the row is hidden from reads but preserved for audit. Idempotent.

Authentication

AuthorizationBearer

Send your key in the Authorization header. Keys start with pivotal_ (production) or pivotal_test_ (test mode, no side effects on integrations). Rotate keys from /admin/api-keys — old keys 401 instantly when revoked.

Path parameters

idstringRequired

Numeric display_id or canonical cuid id.

Response

OK
objectenum
idstring
display_idinteger
deletedboolean

Errors

401
Unauthorized Error
404
Not Found Error