Skip to main content

Delete Source Schedule by type.

DELETE 

/sources/:sourceId/schedules/:scheduleType

Delete Source Schedule by type.

Request

Path Parameters

    sourceId stringrequired

    The Source id.

    Example: 2c9180835d191a86015d28455b4a2329
    scheduleType stringrequired

    Possible values: [ACCOUNT_AGGREGATION, GROUP_AGGREGATION]

    The Schedule type.

    Example: ACCOUNT_AGGREGATION

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...