cURL
curl --request DELETE \ --url https://api.supapo.st/assets/{id} \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>" } '
Delete an asset by ID
{ "success": true }
{ "success": false, "message": "Asset not found" }
POST /assets/delete