CMS
English
cURL
curl --request POST \ --url https://api.hubapi.com/cms/v3/hubdb/tables/{tableIdOrName}/rows/draft/batch/purge \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "inputs": [ "<string>" ] }'
This response has no body data.
Permanently deletes rows from the draft version of the table, given a set of row IDs. Maximum of 100 row IDs per call.
hubdb
The access token received from the authorization server in the OAuth 2.0 flow.
The ID or name of the table
Was this page helpful?