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

Documentation Index

Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt

Use this file to discover all available pages before exploring further.

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 account link you want to delete.

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Successful 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