Skip to main content
DELETE
/
v1
/
internal-parties
/
{internalPartyId}
Delete Internal Party
curl --request DELETE \
  --url https://live.copilot.fabric.inc/data-customer/v1/internal-parties/{internalPartyId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-site-context: <x-site-context>'
{
  "_id": "61df41892bf06d00092d0d8a",
  "parentInternalPartyId": "61df41892bf06d00092d0d8f",
  "name": "INTERNAL PARTY Section 1",
  "internalPartyType": "O",
  "isActive": true,
  "email": "org@gmail.com",
  "additionalAttributes": {},
  "isDeleted": true,
  "createdAt": "2021-08-30T23:20:42.822Z",
  "updatedAt": "2021-08-30T23:20:42.822Z"
}

Authorizations

Authorization
string
header
required

Headers

x-site-context
string
required
Example:

Path Parameters

internalPartyId
string
required
Example:

Response

_id
string
required
Example:
internalPartyType
enum<string>
required
Available options:
O,
H,
P,
C
Example:
isDeleted
boolean
required
Example:
createdAt
string<date-time>
required
Example:
updatedAt
string<date-time>
required
Example:
parentInternalPartyId
string
Example:
name
string
Example:
isActive
boolean
Example:
email
string
Example:
additionalAttributes
object