cURL
curl --request DELETE \ --url https://{subdomain}.mindhunters.ai/api/v1/data/{uuid}/records/{record} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Record deleted successfully", "data": [ "<any>" ] }
Deletes a record and its values from the specified knowledge base.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
UUID of the data
ID of the record
Record deleted successfully
true
"Record deleted successfully"