delete/v1/sandboxes/delete-all
Response
All sandboxes deleted successfully
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_countto the response with the200statusresponse-optional-property-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○