cURL
curl --request DELETE \ --url https://tables-api.softr.io/api/v1/databases/{databaseId}/tables/{tableId} \ --header 'Softr-Api-Key: <api-key>'
Delete a specific table by its ID. It can only be deleted if it is empty, unless the ‘force’ parameter is used.
Table deleted successfully.