Skip to main content
DELETE
/
isos
/
{iso_id}
Delete an ISO
curl --request DELETE \
  --url https://api.cloud.onidel.com/isos/{iso_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

iso_id
string<uuid>
required

ISO UUID

Query Parameters

team_id
string

Team ID. Default team will be used if not provided.

Response

Successful operation