DELETE – Eliminar Build

Esta petción tiene como objetivo eliminar permanentemente una Build.

Definición #

  • Método: DELETE
  • URL: https://api.applivery.io/v1/integrations/builds/{buildId}
  • Autenticación, build ID: requerido
  • Encabezados:
    Content-Type: application/json
    Authorization: bearer <your_app_token>

Params #

Param

Tipo

Descripción

buildId

String

Build Id. E.g.: 552ae3cfcb5abfc58d733b81.

Ejemplo de petición #

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

Respuestas #

Content type: application/json

				
					{
  "status": true,
  "data": {
    "deleted": true
  }
}

				
			

Content type: application/json

				
					{
    "status": false,
    "error": {
        "code": 5014,
        "message": "Build Not Processed"
    }
}
				
			

Content type: application/json

				
					{
  "status": false,
  "error": {
    "code": 3002,
    "message": "Token Expired"
  }
}
				
			

Content type: application/json

				
					{
  "status": false,
  "error": {
    "code": 3001,
    "message": "Entity not found"
  }
}
				
			
Updated on noviembre 30, 2024
¿Te ha sido útil este artículo?

En esta página

— Habla con un experto —

Hablar con un experto

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