curl --request DELETE \
--url https://apix.spotzee.com/api/client/users/{userId} \
--header 'Authorization: Bearer <token>'{}Deletes a single contact, looked up by external_id when called with a project-scoped key, or by numeric ID when called from the admin scope. Deletion is asynchronous; the response is 204 once the job is queued.
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.
Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.
Numeric ID (admin scope) or contact external_id (project scope) — the route resolves both.
"cust-9f4b21"
The deletion was accepted for asynchronous processing.
Empty response body. Returned with HTTP 204 when an operation is accepted for processing.
Was this page helpful?