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