Documentation Index
Fetch the complete documentation index at: https://docs.buybase.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your API key for authorization.
Body Parameters
The ID of the profile to delete.
Response
Indicates whether the operation was successful.
A message confirming the deletion.
A code indicating the result of the operation. Possible values:
PROFILE_DELETED: Profile deleted successfully
PROFILE_DELETE_FAILED: Failed to delete profile
Error message if the request fails.
Deleting a profile will permanently remove it and all associated data. This action cannot be undone.
{
"success": true,
"message": "Profile \"prof_12345\" deleted successfully",
"code": "PROFILE_DELETED"
}