Skip to main content
DELETE
/
users
/
{userId}
Delete a contact
curl --request DELETE \
  --url https://apix.spotzee.com/api/client/users/{userId} \
  --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.

Path Parameters

userId
string
required

Numeric ID (admin scope) or contact external_id (project scope) — the route resolves both.

Example:

"cust-9f4b21"

Response

The deletion was accepted for asynchronous processing.

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