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

collectionIdstringrequired

ID of the collection.

entryIdstringrequired

ID of the entry.

Response · 200

entryobjectrequired
Show 6 properties
idstringrequired
collectionIdstringrequired
valuesobjectrequired
statusenumrequired

One of: active, deleted

createdAtstringrequired
updatedAtstringrequired

Errors: 400, 401, 404, 405, 429, 500. See Errors for the response shape.

deleteTry it
/v1/cms/collections/{collectionId}/entries/{entryId}

Stored in this browser tab only. Requests go directly to the API — the token never reaches the docs site.

Path parameters

Add a token to send a request.

https://api.superfunnel.ai/v1/cms/collections/{collectionId}/entries/{entryId}

curl -X DELETE 'https://api.superfunnel.ai/v1/cms/collections/{collectionId}/entries/{entryId}' \
  -H 'x-api-key: Bearer YOUR_API_TOKEN'