Skip to main content
DELETE
/
v1
/
trait
/
{traitId}
Delete Trait
curl --request DELETE \
  --url https://live.copilot.fabric.inc/data-customer/v1/trait/{traitId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-site-context: <x-site-context>'
{
  "_id": "61604a30fdfacd0009816e44",
  "isDeleted": false,
  "traitId": "1001",
  "name": "VIP",
  "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

traitId
string
required
Example:

Response

_id
string
Example:
isDeleted
boolean
Example:
traitId
string
Example:
name
string
Example:
createdAt
string<date-time>
Example:
updatedAt
string<date-time>
Example: