Searching:
0 results foundApplications/Delete
DELETE /odata/Applications/[applicationId]
Description
Deletes the details of a specific Application, as specified by the Application’s ID. This Application ID is returned in the response of the Applications/Post.
You cannot delete an Application that is specifically mentioned in a Rule(s). You must first delete or amend the Rule(s) before the Application can be deleted. An error is returned if you attempt to delete an Application that is bound to a Rule(s).
See the following for request and response details ‒
See Also
Request ‒ Applications/Delete
Property | Type | Description | Mandatory |
appId | String | A unique Application identifier (appId) that is automatically generated by Axonize when the Applications/Post endpoint is used. | Y |
Example JSON Applications/Delete
curl -X GET \
https://api.stg.axonize.com/odata/applications/585166654e41925b98f01234\
-H ‘Authorization: Token’ \holds
-H ‘Content-Type: application/json’ \
-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B22771E’ \
Response ‒ Applications/Delete
Status 200 ‒ OK