How can we help?

Searching:

0 results found

Tenants/Delete

DELETE /odata/Tenants/[tenantId]

Description

Deletes the details of a specific Tenant, as specified by the Tenant’s ID. This Tenant ID is returned in the response of the Tenants/Post.

See the following for request and response details ‒

See Also

Request ‒ Tenants/Delete

Property Type Description Mandatory
tenantId String This is the unique identifier (tenantId) that is automatically assigned by Axonize 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’ \

Response ‒ Tenants/Delete

Status 200 ‒ OK