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

Authorizations

X-Api-Key
string
header
required

Path Parameters

host_id
string
required

Response

Successful Response

ok
boolean
default:true
data
null
I