ReferenceChannel Entries
Delete an entry
Deletes a channel entry. Non-master tokens must pass channel and entry delete ACL checks. Public writes cannot target drafts or future scheduled entries hidden by publication state. Master tokens bypass ACL and publication filtering unless use_acl=true.
AuthorizationBearer <token>
Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.
In: header
X-Nimbu-Site<token>
Identifier of the site context when authenticating with a personal access token.
In: header
Path Parameters
channel_id*string
Channel identifier
entry_id*string
Entry identifier
Query Parameters
use_acl?boolean
When true, applies customer ACL filtering to master-token requests.
Header Parameters
Session-Token?string
Customer session token used for channel and entry ACL filtering. X-Nimbu-Session-Token is also accepted.
Response Body
curl -X DELETE "https://example.com/channels/string/entries/string"Empty