Перейти к основному содержанию
DELETE
/
v0
/
instances
/
{instance_id}
Delete instance
curl --request DELETE \
  --url https://api.qudata.ai/v0/instances/{instance_id} \
  --header 'X-Api-Key: <api-key>'
{
  "ok": true,
  "data": null
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

instance_id
string
required

Response

Successful Response

ok
boolean
default:true
data
null
I