Skip to content

Delete Section

Removes a section and its content for every locale. Media the section uploaded is cleaned up with it.

Endpoint

MethodPathPurpose
DELETE/api/admin/appearance/sections/{id}Delete a section

Path parameters

ParameterDescription
idSection ID.

Best practices

  • Deleting is immediate and is not a staged edit. Discard does not bring a deleted section back — to take a section off the storefront reversibly, stage it off with Stage status instead.
  • Removing a section from one channel leaves the other channels alone, because a section belongs to a single theme and channel.

Errors

StatusWhen
404No section with this ID.

Permissions

Requires appearance.sections.delete.

Released under the MIT License.