Function delete_resource_pricing

Source
pub async fn delete_resource_pricing(
    platform_id: i64,
    id: i64,
    db_manager: &State<Arc<DatabaseManager>>,
) -> Result<Json<Value>, (Status, Json<Value>)>
Expand description

Delete a resource pricing entry.