Skip to main content
DELETE
/
api
/
v1
/
test-suites
/
{id}
Delete Test Suite
curl --request DELETE \
  --url https://api.example.com/api/v1/test-suites/{id}
Permanently delete a test suite.

Request

DELETE /api/v1/test-suites/{id}
Authorization: Bearer YOUR_API_KEY

Path Parameters

ParameterTypeRequiredDescription
idstringYesUUID of the test suite

Response

Returns 204 No Content on success.

Examples

curl -X DELETE "https://app.preclinical.dev/api/v1/test-suites/uuid" \
  -H "Authorization: Bearer $API_KEY"
Deleting a test suite is permanent. Test runs that used this suite will remain but will reference a deleted suite.

Errors

CodeDescription
NOT_FOUNDTest suite not found