SAP Sailing Analytics Webservices API

URL: /sailinglandscape/api/landscape/clearsessioncredentials

Description:

Clears all information about active hyperscaler (e.g., AWS) session credentials. Subsequent requests by the same authenticated subject to manipulate the landscape will fail, and the /getsessioncredentials method will return a 404 (not found) status until new credentials are generated using the /createsessioncredentials method.


Webservice Type: POST
Output format: json
Mandatory query parameters: None
Request method: GET
Example: curl -X POST -H 'Authorization: Bearer RwGK+DV38LKjeuDu+Bx87/3blLJHD7Ff+NCLeud9nRQ=' "https://sapsailing.com/sailinglandscape/api/landscape/clearsessioncredentials"
produces an empty output with a 200 status code.
Back to Web Service Overview