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.Eine bestimmte Version einer Tabelle löschen
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.Unterstützte Produkte
Erforderliche Bereiche
The access token received from the authorization server in the OAuth 2.0 flow.
Die ID oder der Name der HubDB-Tabelle.
Die ID der Version, die gelöscht werden soll.