Theme - Delete an existing theme
Authorizations
Path parameters
themeIdstring · uuidRequired
Expects Id of an existing theme
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Successful deletion of the requested theme
500
Server related error
delete
DELETE /themes/{themeId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated