Skip to main content
DELETE
/
apps
/
{appId}
Delete App
curl --request DELETE \
  --url https://api.us.vartiq.com/apps/{appId} \
  --header 'companyid: <companyid>' \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vartiq.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

companyid
string
required
The unique identifier of your company

URL Parameters

appId
string
required
The unique identifier of the app to delete

Response

success
boolean
Indicates if the request was successful
message
string
A message describing the result of the operation

Response Example

{
  "success": true,
  "message": "App deleted successfully"
}