DELETE
/files/{file_id}/metadata/global/boxSkillsCardsRemove Box Skill cards from file
Removes any Box Skills cards metadata from a file.
file_idstringrequired
The unique identifier that represents a file.
The ID for any file can be determined
by visiting a file in the web application
and copying the ID from the URL. For example,
for the URL `https://*.app.box.com/files/123`
the `file_id` is `123`.
204Returns an empty response when the cards are
successfully deleted.
404Returns 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.
typestringoptional
The value will always be `error`.
statusintegeroptional
The HTTP status of the response.
codestringoptional
A Box-specific error code.
messagestringoptional
A short message describing the error.
context_infoobjectoptional
A free-form object that contains additional context
about the error. The possible fields are defined on
a per-endpoint basis. `message` is only one example.
help_urlstringoptional
A URL that links to more information about why this error occurred.
request_idstringoptional
A unique identifier for this response, which can be used
when contacting Box support.
405Returned when the method was not allowed.
typestringoptional
The value will always be `error`.
statusintegeroptional
The HTTP status of the response.
codestringoptional
A Box-specific error code.
messagestringoptional
A short message describing the error.
context_infoobjectoptional
A free-form object that contains additional context
about the error. The possible fields are defined on
a per-endpoint basis. `message` is only one example.
help_urlstringoptional
A URL that links to more information about why this error occurred.
request_idstringoptional
A unique identifier for this response, which can be used
when contacting Box support.
defaultAn unexpected client error.
typestringoptional
The value will always be `error`.
statusintegeroptional
The HTTP status of the response.
codestringoptional
A Box-specific error code.
messagestringoptional
A short message describing the error.
context_infoobjectoptional
A free-form object that contains additional context
about the error. The possible fields are defined on
a per-endpoint basis. `message` is only one example.
help_urlstringoptional
A URL that links to more information about why this error occurred.
request_idstringoptional
A unique identifier for this response, which can be used
when contacting Box support.
Error handling
A 404 is returned: 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. A 405 is returned: Returned when the method was not allowed. Any other status is an error: An unexpected client error.