Request parameters for deleteDestination operation in NotificationsApi.

Export

NotificationsApiDeleteDestinationRequest

interface NotificationsApiDeleteDestinationRequest {
    destinationId: string;
}

Properties

Properties

destinationId: string

The identifier for the destination that you want to delete.

Memberof

NotificationsApiDeleteDestination