Interface deleteWebhookResponse

interface deleteWebhookResponse {
    body: object;
    message: string;
    statusCode: number;
}

Properties

body: object
message: string
statusCode: number