cURL
curl --request DELETE \ --url https://api.getbluma.com/api/v1/collections/{id}/assets/{assetId} \ --header 'Authorization: Bearer <token>'
{ "error": { "type": "<string>", "status": 123, "title": "<string>", "detail": "<string>", "request_id": "<string>", "timestamp": "2023-11-07T05:31:56Z", "metadata": {}, "links": { "docs": "<string>", "support": "<string>" } } }
Remove an asset from a collection (asset itself is not deleted)
Use your API key in the format: Bearer bluma_live_your_api_key_here
Bearer bluma_live_your_api_key_here
Collection identifier
Asset identifier
Asset removed from collection