Jobs
Delete a Job
Permanently delete a job from our service. This cannot be undone.
DELETE
/
jobs
/
{UUID}
Authorizations
Authorization
string
headerrequiredAPI keys are associated with a user and can be created on the
IonQ Quantum Cloud application. To authenticate, prefix your API Key with apiKey
and place it in the Authorization
request header. Ex: Authorization: apiKey your-api-key
Path Parameters
UUID
string
requiredThe UUID of the job — this UUID is provided in the response on job creation.
Response
200 - application/json
Response body from a successful job deletion.
id
string
requiredThe UUID of a job. We'll provide the UUID initially in our response to a job creation request.
status
enum<string>
requiredStatus of a job (always deleted
).
Available options:
deleted
Was this page helpful?