/environments/batch-remove-tags

Batch remove tags from environments.

Overview

FieldValue
MethodPOST
Path/environments/batch-remove-tags

Request Body

{ "envUuids": ["ENV_UUID_1"], "tagUuids": ["TAG_UUID_1"] }

cURL Example

curl -X POST http://127.0.0.1:{port}/api/local/environments/batch-remove-tags -H "Content-Type: application/json" -H "sp-api-key: YOUR_LOCAL_API_KEY" -d '{ "envUuids": ["ENV_UUID_1"], "tagUuids": ["TAG_UUID_1"] }'