Skip to main content
DELETE
/
users
Delete contacts in bulk
curl --request DELETE \
  --url https://apix.spotzee.com/api/client/users \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.

Query Parameters

user_id
required

One or more external_id values to delete. Supply repeated user_id query params for multiple values.

Example:
["cust-9f4b21", "cust-1a3b5c"]

Response

The batch was accepted for asynchronous processing.

Empty response body. Returned with HTTP 204 when an operation is accepted for processing.