Request ‒ Tenants/Delete
Request ‒ Tenants/Delete
Property | Type | Description | Mandatory |
---|
tenantId | String | This is the unique identifier (tenantId) that is automatically assigned by IoT Platform when a Tenant is created. This tenantId is returned in the response of the Tenants/Post. | Y |
Example JSON Tenants/Delete
curl -X GET \
https://api.stg.axonize.com/odata/tenants/5851631d4e41925b98f01234 \
-H ‘Authorization: Token’ \
-H ‘Content-Type: application/json’ \
-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B22771E’ \