Theme - Unassign a list of themes from the given tenant
Authorizations
Path parameters
tenantIdstring · uuidRequired
Expects Id of an existing tenant
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Body
string · uuid[]Optional
Responses
200
Successful un-assignment of themes from the given tenant
500
Server related error
post
POST /tenants/{tenantId}/themes/unassign HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 40
[
"123e4567-e89b-12d3-a456-426614174000"
]
{
"message": "Success Message",
"statusCode": 200
}
Last updated