cURL
curl --request DELETE \ --url https://api.valyu.ai/v1/deepresearch/tasks/{id}/delete \ --header 'X-API-Key: <api-key>'
{ "success": true, "message": "Task deleted successfully", "deepresearch_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890" }
Reference for deleting a task via DELETE /v1/deepresearch/tasks/{id}/delete.
API key for authentication. Get yours at platform.valyu.ai.
DeepResearch task ID.
Task deleted.
Whether the operation succeeded.
true
Human-readable status message.
"Task deleted successfully"
ID of the affected task.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Was this page helpful?