cURL
curl --request DELETE \ --url https://app.formbricks.com/api/v2/management/contact-attribute-keys/{id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "createdAt": "2021-01-01T00:00:00.000Z", "updatedAt": "2021-01-01T00:00:00.000Z", "isUnique": false, "key": "email", "name": "Email Address", "description": "The user's email address", "type": "custom", "environmentId": "<string>" }
Deletes a contact attribute key from the database.
Use your Formbricks x-api-key to authenticate.
The ID of the contact attribute key
Contact attribute key deleted successfully.
The response is of type object.
object
Was this page helpful?