CMS > Entries
Delete an entry
Soft-delete a single entry.
delete
/v1/cms/collections/{collectionId}/entries/{entryId}Returns the entry once with a status of deleted. Later requests for it
return 404, and it no longer appears in
list results.
Path parameters
collectionIdstringrequiredID of the collection.
entryIdstringrequiredID of the entry.
Response · 200
entryobjectrequiredShow 6 propertiesHide properties
entryobjectrequiredidstringrequiredcollectionIdstringrequiredvaluesobjectrequiredstatusenumrequiredOne of: active, deleted
createdAtstringrequiredupdatedAtstringrequiredErrors: 400, 401, 404, 405, 429, 500. See Errors for the response shape.