Skip to main content
DELETE
/
v1
/
party-trait
/
partyTrait
Delete Party trait
curl --request DELETE \
  --url https://live.copilot.fabric.inc/data-customer/v1/party-trait/partyTrait \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-site-context: <x-site-context>' \
  --data '{
  "partyId": "612d205f3535d7000890492f",
  "traitId": "612d205f3535d7000890492g"
}'
{
  "message": "Deleted"
}

Authorizations

Authorization
string
header
required

Headers

x-site-context
string
required
Example:

Body

application/json
partyId
string
required
Example:
traitId
string
required
Example:

Response

message
string
Example: