Delete the operator promo band (GitHub
DELETE /admin/featured/promo
DELETE
/admin/featured/promo
Removes the band. Its cards go with it, through the
featured_items.band_id cascade — they are NOT orphaned onto
the featured rail, which is the anonymous landing page and not a
surface the operator chose for them.
Disabling (enabled: false) is the reversible alternative and
is what an operator normally wants; this exists so a band can be
actually removed rather than left switched off forever.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Deleted.
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
error
required
Human-readable error summary
string
Example
the request could not be completedResource not found
object
error
required
Human-readable error summary
string
Example
the request could not be completed