Theme - Deletes a theme by ID
Authorizations
Path parameters
themeIdstring · uuidRequired
Enter the ID of an existing theme
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: Theme deleted successfully.
500
Internal Server Error: An unexpected error occurred or a server timeout.
delete
DELETE /themes/{themeId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated