Docs/Subscriptions/Release a mint
Release a mint
DELETE/v1/tokens/{mint}🔑 API key required
Release a slot. Blocked (409) while the commitment lock holds, unless rotate=true spends a free rotation.
Path parameters
| Field | Type | Description |
|---|
mintrequired | string | Token mint address (base58). |
Query parameters
| Field | Type | Description |
|---|
networkoptional | mainnet | devnet | Network to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet |
rotateoptional | boolean | Spend a free rotation to release while locked. default false |
Response fields
| Field | Type | Description |
|---|
released | boolean | Whether the slot was freed. |
rotated | boolean | Whether a rotation was spent. |
usage | object | Slot usage after the change. |