removeProfiles #
Removes profiles from a tenant.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_/multi-tenancy/tenants/:group/:name/profile
Method: DELETE
Other protocols #
{
"controller": "multi-tenancy/tenant",
"action": "delete",
"group": "{tenantGroup}",
"name": "{tenantName}"
}
Arguments #
group
: Tenant groupname
: Tenant name
Response #
Returns an object containing the following properties:
index
: name of the deleted indexprofiles
: list of deleted profiles
{
"status": 200,
"error": null,
"action": "removeProfiles",
"controller": "multi-tenancy/tenant",
"requestId": "<unique request identifier>",
}
Edit this page on Github(opens new window)