curl --request DELETE \
--url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/versions/{versionId} \
--header 'Authorization: Bearer <token>'This response has no body data.Exclua uma versão específica de uma tabela
curl --request DELETE \
--url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/versions/{versionId} \
--header 'Authorization: Bearer <token>'This response has no body data.Produtos suportados
Escopos Necessários
The access token received from the authorization server in the OAuth 2.0 flow.
O ID ou o nome da tabela do HubDB.
O ID da versão a ser excluída.