Goal: Remove a data source from the database table called "bookings"
table, success and error keys have to be assigned within the params object of the action.
{
"type": "removeDataSource",
"params": {
"table": "bookings",
"success": "removeSourceSuccess",
"error": "removeSourceError"
}
}