Tests

Delete project test

Deletes a project test or component.

DELETE /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

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.