How can we help?

Searching:

0 results found

applicationTemplates/Delete

DELETE /odata/applicationTemplates/[applicationTemplateId]

Description

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

See the following for request and response details ‒

See Also

Request ‒ applicationTemplates/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 Application Manifest that is automatically generated. Please note that this ID is only intended for internal use by Axonize. Y

 

Example JSON ApplicationTemplates/Delete

curl -X DELETE \

https://api.dev.axonize.com/odata/applicationTemplates/5cc070b4e3b0cc2ce87494f0 \

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

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

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

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

Response ‒ applicationTemplates/Delete

Status 200 – OK