Delete a dev resource
delete_dev_resourceDelete a specified dev resource from a Figma file using its ID. Resolves the file by key or URL and requires write access to remove the resource.
Instructions
DELETE /v1/files/{key}/dev_resources/{id}. Scope: file_dev_resources:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| file | Yes | Figma file key or URL (figma.com/design/... or figma.com/file/...) |