Remove Authentication

Remove an organisation from being authenticated with the Product Name

Syntax: see Call Structure

Type = 'DELETE'

'http://localhost:Port Number/api/v1/auth?id=GUID'

Parameter Description
GUID The organisations id, this can be found in Cambrionix connect by navigating to the organisations page and selecting the organisation you wish to find the id for. Please see https://connect.cambrionix.com for more information.
Returns:
true
Example

curl -X 'DELETE' \ 'http://localhost:Port Number/api/v1/auth?id=00000000-0000-0000-0000-000000000000' \ -H 'accept: text/plain'

Returns
true
Errors

If there is an error in the API method then a JSON-RPC Error Object will be returned