Delete customer attribute
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
DELETE /customer/attributes
Operation
Operation ID: deleteCustomerAttribute
Remove a custom attribute from a customer
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: no.
Content type: application/json
{}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Customer attribute deleted successfully | application/json |
Schema for response 200 (application/json):
{}
17 March 2026