cURL
curl --request DELETE \ --url https://api.example.com/api/profiles/{id}
{ "success": true, "deleted": { "traits": 8, "memories": 24, "messages": 156 } }
Delete a user profile and all associated data
Documentation IndexFetch the complete documentation index at: https://docs.getprofile.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getprofile.org/llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE https://api.yourserver.com/api/profiles/user-123 \ -H "Authorization: Bearer gp_your_key"