Get startedSign in

Delete queued prompt

DEL/v1/api/ai/workbenches/prompts/{id}
Path parameters
Responses
ParameterTypeDescription
idrequiredstring
Response samples
200
{
  "consumed_at": "string",
  "dequeable_at": "string",
  "id": "string",
  "inserted_at": "string",
  "modes": {
    "coding": {
      "approval": false,
      "babysit": false
    },
    "model": {
      "model": "string",
      "provider": "openai"
    },
    "plan": false,
    "verification": false
  },
  "prompt": "string",
  "updated_at": "string",
  "user_id": "string",
  "workbench_job_id": "string"
}