cURL
curl --request DELETE \ --url https://api.spikelabs.com/v1/users/{user_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "deleted": true }
Delete a user and all associated memories and integration connections. This action cannot be undone.
API key authentication. Use your secret key (starts with sk_) as a Bearer token.
sk_
User ID (starts with user_)
user_
User deleted
true
false