Skip to content
OpenPostDocs
OpenPostDocs
Organization Themes

Delete an unused theme asset

DELETE/theme-assets/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Theme asset ID

Query Parameters

organization_id*string

Organization ID

confirm*boolean

Explicit deletion confirmation

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/theme-assets/string?organization_id=string&confirm=true"
{  "$schema": "https://example.com/api/v1/schemas/DeleteThemeAssetOutputBody.json",  "deleted": true}