Delete a banner
/banners/{banner_id}Moves the banner to the trash instead of permanently deleting it. Trashed banners can be restored through the update operation.
Replicated banners are read-only and cannot be deleted. Attempts to delete them return 403 with the replica_readonly error code.
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Path Parameters
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/banners/string"Update a banner PATCH
Updates an existing content banner. Only the fields included in the request are changed. Updating `status` requires the `banners.publish` permission in addition to `banners.update`. Setting `deleted` to `false` restores a banner from the trash. Changing the banner `type` is subject to the same layout availability rule as creation. Send the `ETag` returned by the retrieve operation in the `If-Match` header to prevent overwriting changes made since the banner was retrieved. Replicated banners accept only `status` updates. Including any other field returns `403` with the `replica_readonly` error code.
Duplicate a banner POST
Creates a copy of an existing content banner, including its showcase assignments. The copy receives a new public ID and a name derived from the original.