Display asset
DELETE/v1/settings/hidden-assets/:assetId
Display asset
This endpoint allows users to delete a hidden asset associated with their account. It requires the assetId as a parameter, which identifies the specific hidden asset to remove. Upon successful deletion, it returns a 200 status code indicating the operation was successful. If the asset is not found, a 404 status code is returned along with an error message. In case of internal server errors during the process, a 500 status code is returned with an error message.
Request
Path Parameters
assetId uuidrequired
The id of the asset to delete
Responses
- 200
- 404
- 500
Hidden asset deleted
Asset not found
- text/plain
- Schema
Schema
string
Internal server error
- text/plain
- Schema
Schema
string
Loading...