Deletes the purchase detail that match the provided id
cURL
curl --request DELETE \ --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/purchase-detail/v1/{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 purchase detail you want to delete
The audit user to log the request
Successful 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?