cURL
curl --request DELETE \ --url https://api.example.com/api/database/tables/{tableName} \ --header 'Authorization: Bearer <token>'
{ "message": "Table deleted successfully", "tableName": "posts" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Table deleted