Module Values.DeleteIntegrationRequestSource
Deletes an Integration.
Sourcetype nonrec t = {apiId : string;integrationId : string;
} Sourceval make : apiId:string -> integrationId:string -> unit -> t Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) list ]