How to truncate/delete entire content of a Tulip table

Hi @michael.wood,
You will need to use the Delete endpoint for Table API here. You can find the API documentation at instance-name/apidocs.

Here is a step by step process of going about deleting all data from a table without deleting the table:

Let us know if you have any questions!

Thanks!