Theme - Deletes a theme by ID

Deletes a specified existing theme using the provided theme ID from the system.

delete
Authorizations
Path parameters
themeIdstring · uuidRequired

Enter the ID of an existing theme

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Theme deleted successfully.
delete
DELETE /themes/{themeId} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated