DELETE
/
contact-attributes
/
{id}
curl --request DELETE \
  --url https://app.formbricks.com/api/contact-attributes/{id}
{
  "id": "<string>",
  "createdAt": "2021-01-01T00:00:00.000Z",
  "updatedAt": "2021-01-01T00:00:00.000Z",
  "attributeKeyId": "<string>",
  "contactId": "<string>",
  "value": "example@email.com"
}

Path Parameters

contactAttributeId
string
required

Response

200 - application/json
Contact deleted successfully.
id
string
required

The ID of the contact attribute

createdAt
string
required

The date and time the contact attribute was created

updatedAt
string
required

The date and time the contact attribute was last updated

attributeKeyId
string
required

The ID of the attribute key

contactId
string
required

The ID of the contact

value
string
required

The value of the attribute