DELETE
/
v3
/
{id}
/
link
/
{linkId}
curl --request DELETE \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/customer/v3/{id}/link/{linkId}
{
  "description": "<string>",
  "id": "<string>"
}

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

201
application/json

Successful deleted linked of customer

The response is of type object.