> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Revoke License

If licenseId is provided, a single license will be revoked if found. Other parameters are ignored in this case. If the licenseId is not provided then the licenses will be revoked by the assignee's email. In addition to email, productCode might be provided to revoke licenses for specified products only for the defined email. JetBrains IDE licenses are distributed on a per-user basis and must be statically assigned to developers. Therefore, the revoke operation via the JetBrains Account API is available only 30 days after the license has been assigned. For the automated license distribution you can use the JetBrains License Vault: [https://www.jetbrains.com/license-server](https://www.jetbrains.com/license-server) If the licenses are being revoked by assignee's email within 30 days after assignment (for at least 1 assignee's license found), RECENTLY\_ASSIGNED\_LICENSE\_IS\_NOT\_AVAILABLE\_FOR\_REVOKE error will be returned and no licenses will be revoked.

## Basic Parameters

<div className="integrations-table">
  | Parameter  | Description       |
  | ---------- | ----------------- |
  | Email      | Assignee's email. |
  | License ID | ID of a license.  |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter    | Description                      |
  | ------------ | -------------------------------- |
  | Product Code | Product code to filter licenses. |
</div>

## Example Output

```json theme={"dark"}
{
	"licenseIds": [
		"string"
	]
}
```

## Workflow Library Example

[Revoke License with Jetbrains and Send Results Via Email](https://library.blinkops.com/workflows/revoke-license-with-jetbrains-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/revoke-license-with-jetbrains-and-send-results-via-email/canvas" />
</div>
