---
title: "Delete Customer Trait"
method: DELETE
path: "/v1/customer-trait/{trait_id}"
tags: ["Customer Traits"]
---

# Delete Customer Trait

`DELETE /v1/customer-trait/{trait_id}`

Delete a customer trait definition.

Args:
    trait_id: UUID of the customer trait to delete
    request: FastAPI request object
    auth: Authentication credentials

Returns:
    DeleteCustomerTraitResponse confirming the deletion

## Path parameters

- `trait_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- DeleteCustomerTraitResponse — Response model for deleting a customer trait.
  - `message` string, required — Success message
  - `deleted_trait_id` string, required — ID of the deleted trait

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
