Delete Customer Settings

Permanently deletes the Customer Settings record for the authenticated customer. Customer Settings store the customers Company Overview configuration.

Deleting this record removes that configuration from the system. This resource is a singleton per customer, meaning each customer can have only one Customer Settings record. If no Customer Settings record exists, the endpoint returns 404 Not Found.

This is a hard delete operation. Once deleted, the record is removed from the backend and must be recreated using Upsert Customer Settings if needed.

Common use cases

  • Remove an existing company overview configuration
  • Reset customer-level company settings before recreating them
  • Clean up configuration that is no longer valid

Use Get Customer Settings to verify settings exist before deletion, or Upsert Customer Settings to recreate them if needed.

Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here!