Kvindo™ Cloud Docs
DELETE /api/v1/<type>/{id} — delete a resource by id. Like PUT, it is asynchronous: it returns a requestId you poll via GET /request/{requestId}. A resource with metadata.deleteProtection enabled cannot be deleted until protection is removed, and a resource still in a scheduling/reconciling state must settle first.
SDK method: delete(id, wait=False). Pass wait=True to block until the delete finishes (up to 300 seconds).
Guides
More in this section
Reference