This operation will delete the account link for the given id
cURL
curl --request DELETE \ --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/v1/priceagreement/link/{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 account link 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?