Values.DeleteBackendRespObjSourceThe returned object for a request to delete a backend.
type nonrec t = {appId : string;The app ID.
*)backendEnvironmentName : string;The name of the backend environment.
*)error : string option;If the request fails, this error is returned.
*)jobId : string option;The ID for the job.
*)operation : string option;The name of the operation.
*)status : string option;The current status of the request.
*)}