projects
Execuções

Remover uma execução

Apaga um registro de execução do projeto. O tempo deixa de contar nos totais do painel e nos relatórios. Exige permissão de edição da execução.

delete/api/management/projects/{project_id}/project-executions/{project_execution_id}

Response

Sucesso

{"stackTrail":"paths:/api/management/projects/{project_id}/project-executions/{project_execution_id}:delete:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Resposta sem corpo (HTTP 204).","nullable":true}

Changes

Changed in 3 of the 79 revisions of this API.25

    • the response's body became nullable

      response-body-became-nullable

    • the response's body type changed from object to no type for status

      response-body-type-changed

    • api tag Execuções added

      api-tag-added

    • api tag project-execution removed

      api-tag-removed

    • api tag {id} removed

      api-tag-removed

    • added the success response with the status

      response-success-status-added

    • endpoint added

      endpoint-added