| LocationClientDeleteGeoDataById Method |
Delete geodata by the identifier
Namespace: Quickblox.Sdk.Modules.LocationModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse> DeleteGeoDataById(
int geoDataId
)
Public Function DeleteGeoDataById (
geoDataId As Integer
) As Task(Of HttpResponse)
public:
Task<HttpResponse^>^ DeleteGeoDataById(
int geoDataId
)
member DeleteGeoDataById :
geoDataId : int -> Task<HttpResponse>
Parameters
- geoDataId
- Type: SystemInt32
The geo data identifier.
Return Value
Type:
TaskHttpResponseSuccess HTTP Status Code 200
See Also