Delete entries and assets in bulk
POST https://{{base_url}}/v3/bulk/delete
The Delete entries and assets in bulk request allows you to delete multiple entries and assets at the same time.
To configure the permissions for your application via OAuth, please include the cm.bulk-operations:delete scope.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Delete entries and assets in bulk API Reference document
Request Body
{"entries"=>[{"content_type"=>"{{content_type_uid}}", "uid"=>"{{entry_uid}}", "locale"=>"{{locale}}"}, {"content_type"=>"{{content_type_uid}}", "uid"=>"{{entry_uid}", "locale"=>"{{entry_locale}}"}], "assets"=>[{"uid"=>"{{uid}}"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | ||
authtoken | string | Enter your authtoken. | |
authorization | string | For this call we recommend you to use management token. | |
branch | string | Enter your branch unique ID. | |
Content-Type | string |