Skip to main content
DELETE
/
vendors
/
google
/
v1
/
nano-banana-pro
/
generation
/
{task_id}
Delete Generation Task
curl --request DELETE \
  --url https://api.mulerouter.ai/vendors/google/v1/nano-banana-pro/generation/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "task_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "deleted_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://mulerouter.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Permanently delete a generation task.

Notes

  • Tasks in processing or retrying status cannot be deleted

Example Response

{
  "task_id": "123e4567-e89b-12d3-a456-426614174000",
  "deleted_at": "2025-01-15T10:35:00Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required

Response

Task deleted successfully

task_id
string<uuid>
required

UUID of the deleted task

deleted_at
string<date-time>
required

Deletion timestamp (ISO 8601)