Jobs
Delete many Jobs
Permanently remove many jobs from our platform. This cannot be undone.
DELETE
/
jobs
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
Query Parameters
ids
string[]
A list of job UUIDs
Response
200 - application/json
Response body from successfully deleting many jobs.
ids
string[]
requiredA list of UUIDs of deleted jobs.
status
enum<string>
requiredStatus of a job (always deleted
).
Available options:
deleted
Was this page helpful?