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 |
---|---|---|---|
|
|
Y |
The identifier for the coordinator candidate |
Query parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
N |
cloud resource version |
Responsesedit
-
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
-
-
449
-
Elevated permissions are required. (code:
root.unauthorized.rbac.elevated_permissions_required
)Headers
-
x-cloud-error-codes
(string
; allowed values: [root.unauthorized.rbac.elevated_permissions_required
]) - 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"