/environments/recycle-bin/batch-permanent-delete

Batch permanently delete environments.

Overview

FieldValue
MethodPOST
Path/environments/recycle-bin/batch-permanent-delete

Request Body

{ "uuids": ["ENV_UUID_1", "ENV_UUID_2"] }

cURL Example

curl -X POST http://127.0.0.1:{port}/api/local/environments/recycle-bin/batch-permanent-delete -H "Content-Type: application/json" -H "sp-api-key: YOUR_LOCAL_API_KEY" -d '{ "uuids": ["ENV_UUID_1", "ENV_UUID_2"] }'