Deletes a theme by its ID

delete

/ccadmin/v1/themes/{id}

Deletes the theme based on the specified ID. Once a theme has been deleted, it no longer exists on the system.

Only inactive custom themes can be deleted.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

204 Response

Returned when the operation succeeds.
Body
Example Response (application/json)
null

Default Response

The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
Error CodeDescriptionPossible Fix
70011Internal error deleting theme.See returned error messages for more information.
70019Specified theme cannot be deleted.Ensure it is not active and is custom.

The error response:
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top