cURL
curl --request DELETE \ --url https://api.pathors.com/v1/projects/{projectId}/test-suites/{testSuiteId} \ --header 'Authorization: <authorization>'
Delete a test suite by ID
DELETE https://api.pathors.com/v1/projects/{projectId}/test-suites/{testSuiteId}
curl -X DELETE https://api.pathors.com/v1/projects/{projectId}/test-suites/{testSuiteId} \ -H "Authorization: Bearer dk_your_key"
{ "message": "Test suite deleted" }