Theme - Delete an existing theme

Deletes an existing theme

delete
Authorizations
Path parameters
themeIdstring · uuidRequired

Expects Id of an existing theme

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Successful deletion of the requested theme
delete
DELETE /themes/{themeId} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated