delete/v1/sandboxes/delete-all

Response

All sandboxes deleted successfully

messagestring required

Success message

deleted_countnumber required

Number of sandboxes deleted

deleted_idsstring[] required

Array of deleted sandbox IDs

storage_deleted_countnumber

Number of storage volumes deleted

Example response

{
  "message": "All sandboxes deleted successfully",
  "deleted_count": 3,
  "deleted_ids": [
    "sbx_x1y2z3a4b5c6d7e8",
    "sbx_y2z3a4b5c6d7e8f9",
    "sbx_z3a4b5c6d7e8f9g0"
  ],
  "storage_deleted_count": 3
}

Changes

Changed in 1 of the 7 revisions of this API.1

    • added the optional property storage_deleted_count to the response with the 200 status

      response-optional-property-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog