How can we help?

Searching:

0 results found

tenantTemplates/Delete

DELETE /odata/applicationTemplates/[applicationTemplateId]

Description

Deletes the details of a specific Tenant Manifest (template), as specified by the Tenant Manifest’s ID. This ID is returned in the response of the tenantTemplates/Post.

See the following for request and response details ‒

See Also

Request ‒ tenantTemplates/Delete

Property Type Description Mandatory
appId String A unique identifier that is automatically generated by Axonize for this Application.

This property is used to link between other entities (such as Users and Devices) and this Application.

Y
id String A unique identifier for this Tenant Manifest (template) that is automatically generated. Please note that this ID is only intended for internal use by Axonize. Y

 

Example JSON tenantTemplates/Delete Request

curl -X DELETE \

  https://api.dev.axonize.com/odata/tenantTemplates/5cc073c2e3b0cb26c4db5a0f \

  -H ‘Accept: application/json, text/plain, */*’ \

  -H ‘Content-Type: application/json’ \

  -H ‘appId: 1aaf017c-b987-4f53-94d6-ad9afb8e4767’ \

  -H ‘cache-control: no-cache’ \

Response ‒ tenantTemplates/Delete

Status 200 – OK