# Assets Asset is a generic record that typically represents binary data like image that can be referenced and used in other records.
For example a Hub logo or favicon. ## Upload an asset - [POST /hubs/{subdomain}/assets](https://api-docs.statushub.com/api-v3-openapi/assets/paths/~1hubs~1%7Bsubdomain%7D~1assets/post.md): Uploads an asset for existing Hub. Currently supported assets are: - Logo, - Favicon. ## Delete an asset - [DELETE /hubs/{subdomain}/assets/{asset_id}](https://api-docs.statushub.com/api-v3-openapi/assets/paths/~1hubs~1%7Bsubdomain%7D~1assets~1%7Basset_id%7D/delete.md): Deletes an asset for current Hub. This method can be used to remove for example Logo from a Hub.