DropTable

DropTable

DropTable API call performs the drop operation on a target data table.
As a rule of thumb, drop operation on a table deletes all the data in the target table and removes the table from the database. But DropTable requires the target data table to be empty to successfully remove it from the database for security purposes.

So, it is recommended to execute TruncateTable on the target date table prior to calling DropTable API.

master_contact, master_device and system tables cannot be dropped.

Language
Click Try It! to start a request and see the response here!