Table
Delete Table Join
Delete a join from a table.
delete/v1/table/{table_id}/join/{join_id}
Path parameters
table_idstring uuid required
UUID of the table from which the join will be deleted.
join_idstring uuid required
UUID of the join to be deleted.
Response
Successfully deleted the table join.
Example response
{
"data": "Join deleted"
}