DELETE
/
v1
/
internalParties-party
/
create
curl --request DELETE \
  --url https://live.copilot.fabric.inc/data-customer/v1/internalParties-party/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "partyId": "612d205f3535d7000890492f",
  "internalPartyId": "612d205f3535d7000890492g"
}'
{
  "_id": "<string>",
  "partyId": "612d205f3535d7000890492h",
  "internalPartyId": "612d205f3535d7000890492h",
  "isDeleted": false,
  "createdAt": "2021-08-30T23:20:42.822Z",
  "updatedAt": "2021-08-30T23:20:42.822Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

A sample request to remove an association or link between an internal party and existing party.

The body is of type object.

Response

200
application/json

OK

The response is of type object.