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

KeyDatatypeRequiredDescription
api_keystring
authtokenstringEnter your authtoken.
authorizationstringFor this call we recommend you to use management token.
branchstringEnter your branch unique ID.
Content-Typestring