Delete Token
Tokens
Delete Token
Permanently delete a token
DELETE
Delete Token
Documentation Index
Fetch the complete documentation index at: https://docs.tokencraft.dev/llms.txt
Use this file to discover all available pages before exploring further.
Delete Token
Permanently deletes a design token. This action cannot be undone.Write access policy - This endpoint requires the
write:tokens scope.- TEAM-owned workspace:
owner,admin,editorcan write;vieweris blocked (403). - Non-TEAM workspace: only the workspace owner can write.
- If the workspace owner plan has no API write access (for example FREE), write is blocked.
Endpoint
Request
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Tokenset ID |
modeId | string | Yes | Mode ID |
tokenId | string | Yes | Token ID |
Response
Status:200 OK
Examples
Error Responses
404 Not Found
Considerations
1. Alias Dependencies
If other tokens reference this token as an alias, they will break. Check for dependencies first:2. Batch Deletion
Delete multiple tokens:3. Export Before Deletion
Recovery
Next Steps
Create Token
Create a new token
Export Tokens
Export before deletion