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
| Parameter | Type | Required | Description |
|---|---|---|---|
| sales_info_id | string | Yes | The 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 Code | HTTP Code | Possible Cause |
|---|---|---|
| BAD_REQUEST | 400 | Required parameters not provided. Invalid values provided. |
| ENTITY_NOT_FOUND | 400 | The sales_info_id provided does not exist. |
Updated 7 months ago