Method DeleteConfig
DeleteConfig(string, string)
Sends a DELETE request to delete aconfig.
Declaration
public static void DeleteConfig(string cloudProjectId, string configId)
Parameters
Type | Name | Description |
---|---|---|
string | cloudProjectId | Cloud Project ID for this Unity application. |
string | configId | ID of the config to be deleted |