Skip to main content
Version: 2023.3

Delete Test Discovery Service

Description

Deletes a Test Discovery Service.

Important

Before you delete a test repository, please note that this action will remove from CloudShell all tests that were discovered by the repository's discovery server. Any suites that use these tests will be rendered unusable.

URL

http://{Job Scheduling API IP}:{port#}/{space_name}/DiscoveryServer/{id}

ParameterDescription/Comments
idTest Discovery Service's id, which can be retrieved via Get Test Discovery Services method.

HTTP method

DELETE

Request

Headers

Example header format:

Authorization: Basic <authorization token returned from the login method>

Content-Type: application/json

Response

200 OK