curl --request DELETE \
--url https://partner.peaka.studio/api/v1/data/projects/{projectId}/semantic-catalogs/{catalogId}/table/{tableId} \
--header 'Authorization: Bearer <token>'Deletes the specified Semantic Table from a Semantic Catalog.
curl --request DELETE \
--url https://partner.peaka.studio/api/v1/data/projects/{projectId}/semantic-catalogs/{catalogId}/table/{tableId} \
--header 'Authorization: Bearer <token>'

Use the Authorization header with the value 'Bearer
ID of the Project
ID of the Semantic Catalog
ID of the Semantic Table
Table deleted