Module Values.DeleteEventIntegrationRequestSource

Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.

Sourcetype nonrec t = {
  1. name : Name.t;
    (*

    The name of the event integration.

    *)
}
Sourceval context_ : string
Sourceval make : name:Name.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Name.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t