You can only delete a period that is not active.
cURL
curl --request DELETE \ --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/v1/priceagreement/period/{id}' \ --header 'Authorization: Bearer <token>'
{ "description": "<string>", "id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the agreement period you want to delete
The audit user to log the request
Successfully deleted
Short description of the result of the action
Will contain the ID of the resource that has been created or updated
Was this page helpful?