Delete coordinator candidate
editDelete coordinator candidate
editDelete a coordinator candidate by id.
Request
editDELETE /api/v1/platform/infrastructure/coordinators/candidates/{coordinator_candidate_id}
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
The identifier for the coordinator candidate |
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
cloud resource version |
Responses
edit-
200
-
The coordinator candidate specified by {coordinator_candidate_id} was deleted.
-
400
-
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
-
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 example
editcurl -XDELETE https://{{hostname}}/api/v1/platform/infrastructure/coordinators/candidates/{coordinator_candidate_id} \ -H "Authorization: ApiKey $ECE_API_KEY"