Method HIUGCDeleteSessionAgnostic
HIUGCDeleteSessionAgnostic(String, String, String)
Deletes an existing authoring session.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<bool,Den.Dev.Grunt.Models.RawResponseContainer>> HIUGCDeleteSessionAgnostic (string title, string assetType, string assetId);
Parameters
Type | Name | Description |
---|---|---|
System.String | title | Title for the game for which the authoring session needs to be spawned. Example variant is "hi" for "Halo Infinite". |
System.String | assetType | Type of asset to check. Example value is "UgcGameVariants". |
System.String | assetId | Unique asset ID for the asset type specified earlier. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<System.Boolean,RawResponseContainer>> | If the request to delete the session is successful, returns true. Otherwise, returns false. |