Tests
Deactivate test entity
Deactivates a single test item (test entity). There may be a delay in the deactivation of the test entity until the next test run. Use the /vulnerabilities/deactivate endpoint for vulnerabilities.
POST
Deactivate test entity
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
202
Deactivation request accepted
Previous
Reactivate test entityReactivates a single tested item (test entity).
There may be a delay in the reactivation of the test entity until the next test run.
Use the /vulnerabilities/reactivate endpoint for vulnerabilities.
Next
Deactivate test entity