Skip to main content
DELETE
Delete Token

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, editor can write; viewer is 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

Response

Status: 200 OK

Examples

Error Responses

404 Not Found

This operation is irreversible. The token will be permanently deleted. Consider exporting your tokens before deletion.

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

Deleted tokens cannot be recovered. There is no undo or trash bin. Make sure you have backups of important tokens.

Next Steps

Create Token

Create a new token

Export Tokens

Export before deletion