business.salesInfo.delete

Remove the Sales Info entity from a Business.

POST http://api.kompliant.com/business.salesInfo.delete (OpenAPI specification)

Usage Info

Remove a Sales Info entity from a business. Use with caution as this operation cannot be undone and may affect pricing calculations.

Request

Authentication: KSig1-HMAC-SHA256

Parameters

ParameterTypeRequiredDescription
sales_info_idstringYesThe identifier for the Sales Info entity.

Example

{
  "sales_info_id": "bsi_697YYEtrLpod105bhCoSjd"
}

Response

Data

An empty data object is returned when the delete is successful.

Example

{
  "meta": {
    "status": "SUCCESS",
    "trace_id": "trc_6hz3G2jgP5tfBKZRmZplk8",
    "version": "2025-03-24"
  },
  "data": {}
}

Errors

Error CodeHTTP CodePossible Cause
BAD_REQUEST 400Required parameters not provided.
Invalid values provided.
ENTITY_NOT_FOUND400The sales_info_id provided does not exist.