Services_deleteService

Delete Service.

SecuritybearerAuth
Request
path Parameters
id
required
string

Service id.

Responses
200

Ok

delete/services/{id}
Request samples

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
# 
# 
Response samples
application/json
{
  • "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": {
    },
  • "report": {
    }
}