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 |