Skip to main content
DELETE
Delete Theme Asset
Permanently removes a file from the theme. Auth: OAuth access token with the write_themes scope.
Deletion is immediate and cannot be undone. If the theme is live, the file stops being served straight away — duplicate the theme and delete from the copy if you are testing.

Path Parameters

string
required
The theme ID

Query Parameters

string
required
The asset path to delete, e.g. snippets/custom-banner.aqua

Request

Response

Delete returns a message envelope with no data payload.

Errors

See also