Delete coordinator candidate

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

Delete a coordinator candidate by id.

Path parameters

  • coordinator_candidate_id string Required

    The identifier for the coordinator candidate

Query parameters

  • version string

    cloud resource version

Responses

  • 200 application/json

    The coordinator candidate specified by {coordinator_candidate_id} was deleted.

  • 400 application/json

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

    Hide headers attribute Show headers attribute
    • x-cloud-error-codes string

      The error codes associated with the response

      Value is coordinators.candidate_deletion_failed.

    Hide response attribute Show response attribute object
    • errors array[object] Required

      A list of errors that occurred in the failing request

      Hide errors attributes Show errors attributes object
      • code string Required

        A structured code representing the error type that occurred

      • message string Required

        A human readable message describing the error that occurred

      • fields array[string]

        If the error can be tied to a specific field or fields in the user request, this lists those fields

  • 404 application/json

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

    Hide headers attribute Show headers attribute
    • x-cloud-error-codes string

      The error codes associated with the response

      Value is coordinators.candidate_not_found.

    Hide response attribute Show response attribute object
    • errors array[object] Required

      A list of errors that occurred in the failing request

      Hide errors attributes Show errors attributes object
      • code string Required

        A structured code representing the error type that occurred

      • message string Required

        A human readable message describing the error that occurred

      • fields array[string]

        If the error can be tied to a specific field or fields in the user request, this lists those fields

DELETE /platform/infrastructure/coordinators/candidates/{coordinator_candidate_id}
curl \
 --request DELETE 'https://{{hostname}}/api/v1/platform/infrastructure/coordinators/candidates/{coordinator_candidate_id}' \
 --user "username:password"