Skip to main content
DELETE
/
accounts
/
{account_id}
/
service-configurations
/
{id}
Deltes a service configuration
curl --request DELETE \
  --url https://commerce1.on-hellgate.dev/accounts/{account_id}/service-configurations/{id} \
  --header 'X-API-Key: <api-key>'
{
  "classifier": "<string>",
  "code": 123,
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

account_id
string
required

Account ID

id
string
required

Service Configuration ID

Response

No content