Skip to content
OpenPostDocs
OpenPostDocs
Organization Themes

Delete an unused Organization theme

DELETE/themes/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Organization theme 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/themes/string?organization_id=string&confirm=true"
{  "$schema": "https://example.com/api/v1/schemas/DeleteThemeOutputBody.json",  "deleted": true}