Skip to main content
DELETE
/
v3
/
{id}
/
link
/
{linkId}
Delete a link to customer
curl --request DELETE \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/customer/v3/{id}/link/{linkId}' \
  --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 customer id of the customer you want to delete the link from.

The id of the link you want to delete.

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Successful deleted linked of customer

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