| sidebar_position | 15 |
|---|
Deletes a Test Discovery Service.
:::warning 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. :::
http://{Job Scheduling API IP}:{port#}/{space_name}/DiscoveryServer/{id}
| Parameter | Description/Comments |
|---|---|
| id | Test Discovery Service's id, which can be retrieved via Get Test Discovery Services method. |
DELETE
Headers
Example header format:
Authorization: Basic <authorization token returned from the login method>
Content-Type: application/json
200 OK