MCP Gateway
ApiAi generation

Delete generation job

Delete a generation job and its associated data.

DELETE
/api/v1/servers/generate/{job_id}

Path Parameters

job_id*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://loading/api/v1/servers/generate/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}