deleteLicenseSlots
Remove license slot entries from Polarion ALM. Validate the request with a dry run before committing irreversible deletions.
Instructions
Deletes a list of Group license slots. (Not supported by cloud-based Polarion X.). Effect: irreversible — data removed or overwritten by this call cannot be recovered through the API. Tip: set dry_run: true first to preview the exact request Polarion would receive, without changing anything. On tools with a typed output schema, this preview is returned as an error-flagged result since it is not real tool output -- read the text content regardless of that flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| typeId | Yes | License type. | |
| dry_run | No | If true, validates the request and returns the exact request that would be sent to Polarion — with the Authorization header redacted and any binary payload summarized by byte length — without actually sending it. | |
| requestBody | Yes | No Content |