Skip to main content

Delete a table

DELETE 

/api/v2/Dataset/:id/table/:tableId

Dataset processing occurs in the background and may take a few minutes to complete.

Request

Path Parameters

    id uuidrequired

    The unique identifier of the dataset that contains the table.

    tableId uuidrequired

    The unique identifier of the table to delete.

    version stringrequired

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Responses

Table deleted successfully.

Loading...