Authorizations
- Authorization string required header
Workspace REST API token prefixed with bp_
Path Parameters
- testId string required
Test ID.
Response
application/json- ok boolean
Always true for a successful mutation response.
Tests
Deletes a project test or component.
/api/public/v1/tests/{testId} Delete project test
curl --request DELETE \
--url 'https://api.buildprint.ai/api/public/v1/tests/{TESTID}' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'{
"ok": true
}Test archived
Workspace REST API token prefixed with bp_
Test ID.
Always true for a successful mutation response.