deleteTable

Permanently deletes a table and all its associated data from the system. Use with caution, as this action cannot be undone.

DELETE/v1/tables/{table}

Authorization

AuthorizationBearer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Header parameters

x-bot-idstring
Bot id
x-integration-id?string
Integration id
x-integration-alias?string
Integration alias
x-integration-name?string
Integration name
x-user-id?string
User Id
x-user-role?string
User Role

Path parameters

tablestring
The table's name or unique identifier for targeting specific table operations.

Response

Confirmation that the table has been deleted.