SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/regattas/{name}/removeracecolumn?racecolumn={racecolumnname}

Description:

Removes a race column from a regatta.
All slashes contained within the {name} parameter must be replaced by "__" (double underscore).


Webservice Type: REST
Output format: Json
Mandatory parameters: racecolumn the name of the column in the regatta to remove; Note: all the column's race logs will be deleted unrecoverably!
Optional parameters: None
Request method: POST
Example: curl -X POST -H "Authorization: Bearer w9YSIfr/Zf6a127SZDddkhdAtQuuv0Jm1PSXlo1Yvd0=" "http://dev.sapsailing.com/sailingserver/api/v1/regattas/BSW%202015%20-%20Rudern/removeracecolumn?racecolumn=R3"
Back to Web Service Overview