Testes

Excluir teste de projeto

Exclui um teste de projeto ou componente.

DELETE /api/public/v1/tests/{testId}

Excluir teste de projeto

curl --request DELETE \
  --url 'https://api.buildprint.ai/api/public/v1/tests/{TESTID}' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "ok": true
}

Teste arquivado

Authorizations

  • Authorization string obrigatório header

    Token da API REST do Workspace prefixado com bp_

Path Parameters

  • testId string obrigatório

    ID do teste.

Response

application/json
  • ok boolean

    Sempre true para uma resposta de mutação bem-sucedida.