guardicore-delete-label-batch
Delete labels from input records. Deleting a label also detaches it from every asset carrying it. Input records must contain the guid (string, label UUID) field.
guardicore-delete-label-batch profile=VALUE [label-guid-field=VALUE] [batch=VALUE]
- profile=VALUE
- Required. The identifier of Akamai Guardicore connect profile.
- label-guid-field=VALUE
- Optional. Input field holding the label UUID. Default: guid.
- batch=VALUE
- Optional. Rows buffered before each API call, 1 to 1000. Default: 1, which sends each row on its own so a failure is reported per row.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | The identifier of Akamai Guardicore connect profile |
| _result | String | Result | e.g. success, fail, skip |
| _error | String | Error | Reason when the result is fail or skip |