Skip to main content

Cancel a Monitoring Subscription

POST 

/v1/monitoring-subscriptions/:id/cancel

Cancel a Monitoring Subscription

Request​

Path Parameters

    id stringrequired

    Id of the Monitoring Subscription.

Responses​

Successfully cancelled a Monitoring Subscription

Schema

    data

    object

    id string
    Example: monitoringsubscription_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    organisationId stringnullable
    Example: organisation_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    validationRequestId stringnullable
    Example: validationrequest_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    status string

    Possible values: [cancelled]

    Example: cancelled
    createdAt date-time
    Example: 2020-10-13T17:46:54.000Z
    object string
    Example: monitoring_subscription
Loading...