Unjoin
Was this helpful?
Was this helpful?
Unjoins a Tenant Broker.
No Content
const response = await fetch('/api/TenantBroker/Unjoin', {
method: 'POST',
headers: {},
});
const data = await response.json();
{
"type": "text",
"title": "text",
"status": 1,
"detail": "text",
"instance": "text",
"ANY_ADDITIONAL_PROPERTY": "anything"
}