applivery.com
This request is intended to remove a Build permanently.
https://api.applivery.io/v1/integrations/builds/{buildId}
Content-Type: application/json
Authorization: bearer <your_app_token>
Param
Type
Description
buildId
String
Build Id. E.g.: 552ae3cfcb5abfc58d733b81.
552ae3cfcb5abfc58d733b81
curl 'https://api.applivery.io/v1/integrations/builds/552ae3cfcb5abfc58d733b81' -X DELETE -H 'Authorization: bearer xyz...xyz'
application/json
{ "status": true, "data": { "deleted": true } }
{ "status": false, "error": { "code": 5014, "message": "Build Not Processed" } }
{ "status": false, "error": { "code": 3002, "message": "Token Expired" } }
{ "status": false, "error": { "code": 3001, "message": "Entity not found" } }