Permanently delete a specific table from a given project.
cURL
curl --request DELETE \ --url https://api.fluxend.app/tables/{tableUUID} \ --header 'Authorization: <authorization>' \ --header 'X-Project: <x-project>'
Bearer Token
Project UUID
Table UUID
Table deleted successfully