curl --request DELETE \ --url https://api.us.vartiq.com/apps/{appId} \ --header 'companyid: <companyid>' \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>" }
The unique identifier of your company
The unique identifier of the app to delete
Indicates if the request was successful
A message describing the result of the operation
{ "success": true, "message": "App deleted successfully" }