DeleteManagedServicesSelector Method

Description

Deletes a Managed Services Selector.

HTTP Request

DELETE https://api.skeddly.com/api/ManagedServices/Plans/<planId>/Selectors/<selectorId>

URL Parameters

planId

ID of the Managed Services Plan to that contains the selector to delete.

Type: string

Required: Yes

selectorId

ID of the Managed Services Selector to delete.

Type: string

Required: Yes

Sample Request

DELETE /api/ManagedServices/Plans/plan-00000001/Selectors/selector-00000001 HTTP/1.1
Host: api.skeddly.com
Authorization: AccessKey <api key>

Last updated