---
title: "Remove Box Skill cards from file"
method: DELETE
path: "/files/{file_id}/metadata/global/boxSkillsCards"
tags: ["Skills"]
---

# Remove Box Skill cards from file

`DELETE /files/{file_id}/metadata/global/boxSkillsCards`

Removes any Box Skills cards metadata from a file.

## Path parameters

- `file_id` string, required

## Response `204`

Returns an empty response when the cards are
successfully deleted.

## Other responses

- `404` — Returns an error when the file does not have an instance of the Box Skill cards applied to it, or when the user does not have access to the file. * `instance_not_found` - An instance of the metadata template for Box Skill cards was not found on this file. * `not_found` - The file was not found, or the user does not have access to the file.
- `405` — Returned when the method was not allowed.
- `default` — An unexpected client error.

---

[API](https://skmtc.net/box/apis/platform-api.md) · [All operations](https://skmtc.net/box/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/box/platform-api/revisions/ba8f087e1a4d/schema)
