v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
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.

metadataobject
datastring

Example response

{
  "data": "Join deleted"
}