/environments/recycle-bin/permanent-delete

Permanently delete one environment.

Overview

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

Request Body

{ "uuid": "YOUR_ENV_UUID" }

cURL Example

curl -X POST http://127.0.0.1:{port}/api/local/environments/recycle-bin/permanent-delete -H "Content-Type: application/json" -H "sp-api-key: YOUR_LOCAL_API_KEY" -d '{ "uuid": "YOUR_ENV_UUID" }'