Delete coordinator candidateedit

Delete a coordinator candidate by id.

Requestedit

DELETE /api/v1/platform/infrastructure/coordinators/candidates/{coordinator_candidate_id}

Path parametersedit

Name Type Required Description

coordinator_candidate_id

string

Y

The identifier for the coordinator candidate

Query parametersedit

Name Type Required Description

version

string

N

cloud resource version

Responsesedit

200

(EmptyResponse)

The coordinator candidate specified by {coordinator_candidate_id} was deleted.

400

(BasicFailedReply)

The coordinator specified by {coordinator_candidate_id} could not be deleted. (code: coordinators.candidate_deletion_failed)

Headers

x-cloud-error-codes (string; allowed values: [coordinators.candidate_deletion_failed])
The error codes associated with the response
404

(BasicFailedReply)

The coordinator candidate specified by {coordinator_candidate_id} cannot be found. (code: coordinators.candidate_not_found)

Headers

x-cloud-error-codes (string; allowed values: [coordinators.candidate_not_found])
The error codes associated with the response

Request exampleedit

curl -XDELETE https://{{hostname}}/api/v1/platform/infrastructure/coordinators/candidates/{coordinator_candidate_id} \
-H "Authorization: ApiKey $ECE_API_KEY"