Device Management MDM

Remove a Build

Note
You are viewing the Apps API whose scope is limited to Apps. If you are looking for the full API spec, check the Organizations API .

This request is intended to get the list of available Builds of a given App.

Definition #

  • Method: DELETE
  • URL: https://api.applivery.io/v1/integrations/builds/{buildId}
  • Authentication: required
  • Headers:

Content-Type: application/json
Authorization: bearer <your_app_token>

Params #

Param Type Description
buildId String Build Id. E.g.: 552ae3cfcb5abfc58d733b81

Example request #

				
					curl 'https://api.applivery.io/v1/integrations/builds/5ce3035c93a095001b02505c' 
  -X DELETE 
  -H 'Authorization: bearer xyz...xyz'
				
			

Responses #

Content type: application/json
				
					{
  "status": true,
  "data": {
    "deleted": true
  }
}
				
			
Was this article helpful?

— talk to an expert —

Schedule a demo