GET delete alternative

Deletes an alternative. The alternative to be deleted is specified by the {identifier} parameter.

Resource URL:

https://api.priotice.se/rest/{auth}/alternative/delete/{identifier}

Data returned

If the request has been successful it will return a success message and the AlternativeID of the alternative that was deleted.

Example request

GET https://api.priotice.se/rest/d41d8cd98f00b204e9800998ecf8427e/alternative/delete/107

Example response:

{ "Status": "success", "Data": { "AlternativeID": 107 } }