DeleteManagedServicesPlan Method
Description
Deletes a Managed Services Plan.
HTTP Request
DELETE https://api.skeddly.com/api/ManagedServices/Plans/<id>
URL Parameters
id
ID of the plan.
Type: string
Required: Yes
Sample Request
DELETE /api/ManagedServices/Plans/plan-00000001 HTTP/1.1
Host: api.skeddly.com
Authorization: AccessKey <api key>
Last updated