DELETE – Remove Published Application

This request is intended to remove a published application permanently.

Definition #

  • Method: DELETE
  • URL: https://api.applivery.io/v1/integrations/distributions/{publishedApplicationId}
  • Authentication, build ID: required
  • Headers:
    Content-Type: application/json
    Authorization: bearer <your_app_token>

Params #

Param Type Description
publishedApplicationId String Published Application Id. E.g.: 552ae3cfcb5abfc58d733b81

Example request #

				
					curl 'https://api.applivery.io/v1/integrations/distributions/552ae3cfcb5abfc58d733b81' 
  -X DELETE 
  -H 'Authorization: bearer xyz...xyz'
				
			

Responses #

Content type: application/json
				
					{
  "status": true,
  "data": {
    "delete": "OK"
  }
}
				
			
Content type: application/json
				
					{
  "status": false,
  "error": {
    "code": 5044,
    "message": "Can Not Delete Last Last PubApplication"
  }
}
				
			
Content type: application/json
				
					{
  "status": false,
  "error": {
    "code": 4002,
    "message": "No auth token"
  }
}
				
			
Content type: application/json
				
					{
  "status": false,
  "error": {
    "code": 3001,
    "message": "Entity not found"
  }
}
				
			
Updated on October 11, 2024
Was this article helpful?

On this page

— talk to an expert —

Talk to an expert

[Contact us] [EN] MDM & MAD
How many devices do you want to manage with Applivery?
Which operating systems do you want to manage?