Skip to main content
DELETE/api/management/projects/{projectId}/entries/{entryId}?language={comma separated list of variations to delete}&permanent={permanently delete}

Parameters

NameParameter typeTypeFormatDescription
projectId(required)pathstring-The project identifier found in the project overview screen of the management console.
entryId(required)querystringuuidThe entry identifier as a 128 bit GUID
languagepathstring[...]languageA comma separated list of variations to delete
permanentqueryboolean-Whether a deletion should be permanent (true) or to the recycle bin (false)

Responses

HTTP status codeReasonModel
204Success
401UnauthorizedError
404Project not foundError
404Entry not foundError
500Internal server errorError

Examples

An example showing how to delete an entry and all it's language variations

HTTP
DELETE: /api/management/projects/movieDb/entries/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c

An example showing how to delete the French and German language variations of an entry

HTTP
DELETE: /api/management/projects/movieDb/entries/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c?language=fr,de

An example showing how to permanently delete the French and German language variations of an entry

HTTP
DELETE: /api/management/projects/movieDb/entries/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c?language=fr,de&permanent=true

Remarks

You must be authorised to delete all the language variations or the whole request will fail.

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request