is_deleted = package.services.delete(service_id='service_id') # # Delete Service object # # **Prerequisites**: You must be in the role of an *owner* or *developer*. You must have a package. # # You must provide at least ONE of the following params: service_id, service_name. # # :param str service_name: by name # :param str service_id: by id # :return: True # :rtype: bool # #
{- "id": "string",
- "url": "string",
- "status": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "type": "string",
- "error": "string",
- "progress": 0,
- "spec": {
- "property1": null,
- "property2": null
}, - "report": {
- "property1": null,
- "property2": null
}
}