curl --request DELETE \
--url https://apix.spotzee.com/api/client/users \
--header 'Authorization: Bearer <token>'{}Deletes one or more contacts identified by external_id. Supply repeated ?user_id= query parameters for each contact to remove. Deletion is asynchronous; the response is 204 once the batch is queued.
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.
Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.
One or more external_id values to delete. Supply repeated user_id query params for multiple values.
["cust-9f4b21", "cust-1a3b5c"]
The batch was accepted for asynchronous processing.
Empty response body. Returned with HTTP 204 when an operation is accepted for processing.
Was this page helpful?