Skip to main content
DELETE
/
customers
/
{customer_id}
/
tags
/
{id}
Remove tag from customer
curl --request DELETE \
  --url https://api.crevio.co/v1/customers/{customer_id}/tags/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "object": "<string>",
  "email": "<string>",
  "name": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "customer_type": "paid",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "orders_count": 123,
  "total_spend": 123,
  "tags": "<array>"
}

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

customer_id
string
required

The customer ID

id
string
required

The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")

Response

Tag removed

id
string
required
object
string
required
email
string
required
name
string | null
required
first_name
string | null
required
last_name
string | null
required
customer_type
enum<string>
required
Available options:
paid,
free,
lead
created_at
string<date-time>
required
updated_at
string<date-time>
required
orders_count
integer
required
total_spend
number
required
tags
array
required