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

Last updated