Skip to main content
DELETE
/
v1
/
businesses
/
{id}
/
offerings
/
{offeringId}
Delete business offering
curl --request DELETE \
  --url https://api.shingleai.com/v1/businesses/{id}/offerings/{offeringId} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "code": "<string>",
    "details": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Path Parameters

id
string<uuid>
required

Business UUID

offeringId
string<uuid>
required

Offering UUID

Response

Offering deleted successfully