curl --request DELETE \
--url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/rows/{rowId}/draft \
--header 'Authorization: Bearer <token>'This response has no body data.Löscht eine Zeile dauerhaft aus der Entwurfsversion einer Tabelle.
curl --request DELETE \
--url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/rows/{rowId}/draft \
--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 der Zeile, die gelöscht werden soll.
\d+Die ID oder der Name der HubDB-Tabelle.