Delete Organisation API Service

This endpoint deletes a specific API service associated with an organisation, permanently removing its configuration, functionality, and assigned endpoints. The request requires the organisation ID and API service ID to ensure accurate deletion. Once removed, the API service will no longer be accessible or available for integration within the organisation's infrastructure.

Syntax: see 'CCall Structure

Type = 'DELETE'

'https://connect.cambrionix.com/api/v1/organizations/organisation-id/services/service-id'

Variable Description
organisation-id This is the unique id of the organisation as a unique 128-bit number
service-id This is the id of the service as a unique 128-bit number
Returns:

{ "result": {} }

Example
curl -X 'DELETE' \
  'https://connect.cambrionix.com/api/v1/organizations/40f5a1a7-3119-4961-8493-866c4053b7eb/services/40f5a1a7-3119-4961-8493-866c4053b7eb' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer eyJhbGciOiJ5X3A'
Returns
{
  "result": {}
}
Errors

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