cURL
curl --request DELETE \ --url https://eu1.api.matillion.com/dpc/v1/ai/agents/tasks/{taskId} \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>", "instance": "<string>", "status": 123, "title": "<string>", "type": "<string>", "violations": [ "<string>" ] }
Permanently deletes an AI agent task. The task must not be in RUNNING status.
Documentation IndexFetch the complete documentation index at: https://docs.maia.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
a valid bearer token
Task deleted successfully
Was this page helpful?