Skip to main content
DELETE
/
v1
/
pricelist
/
period
/
{id}
Delete a price list period
curl --request DELETE \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/v1/pricelist/period/{id}' \
  --header 'Authorization: Bearer <token>'
{
  "description": "<string>",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The id of the period you want to delete

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Successful deleted the period

description
string

Short description of the result of the action

id
string

Will contain the ID of the resource that has been created or updated