delete https://{server}/api/v2.1/admin/collection-tables//
Delete a data collection table with its token. The token can be retrieved with the call List Data Collection Tables, or from the table's URL as its suffix.
Response
Delete a data collection table with its token. The token can be retrieved with the call List Data Collection Tables, or from the table's URL as its suffix.
xxxxxxxxxx
curl --request DELETE \
--url https://cloud.seatable.io/api/v2.1/admin/collection-tables/collection_table_token/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: