curl -X DELETE "https://api.metabind.ai/app/v1/organizations/org123/projects/proj456/assets/asset789" \
-H "Authorization: Bearer YOUR_JWT"
{
"message": "Asset successfully deleted",
"id": "asset789"
}
Delete an asset from the project
curl -X DELETE "https://api.metabind.ai/app/v1/organizations/org123/projects/proj456/assets/asset789" \
-H "Authorization: Bearer YOUR_JWT"
{
"message": "Asset successfully deleted",
"id": "asset789"
}
curl -X DELETE "https://api.metabind.ai/app/v1/organizations/org123/projects/proj456/assets/asset789" \
-H "Authorization: Bearer YOUR_JWT"
{
"message": "Asset successfully deleted",
"id": "asset789"
}