Skip to main content
DELETE
/
v1
/
priceagreement
/
period
/
{id}
Delete agreement period
curl --request DELETE \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/v1/priceagreement/period/{id}' \
  --header 'Authorization: Basic <encoded-value>'
{
  "description": "<string>",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the agreement period you want to delete

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Successfully deleted

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