Unregister the Data Orchestrator from DSCC

delete/backup-recovery/v1beta1/data-orchestrators/{id}

This API will unregister the Data Orchestrator from the DSCC customer account.

The unregistered Data Orchestrator will disable any scheduled jobs orchestrated by the Data Orchestrator.

Securitybearer
Request
path Parameters
id
required
string <uuid>

id of the Data Orchestrator.

query Parameters
force
boolean

Force option to forcefully unregister the Data Orchestrator when dependent resources cannot first be removed.

Responses
204

Unregistered the Data Orchestrator Successfully

400

Bad/Malformed request

401

Unauthenticated request

403

Unauthorized request

404

Data Orchestrator with the given id does not exist

405

Method not supported

500

Internal server error

503

Service not available

Request samples
Response samples
application/json
{
  • "debugId": "f57dcca3345820eb579c9317ce36dd92",
  • "errorCode": "string",
  • "httpStatusCode": 0,
  • "message": "An example error message"
}