v1

latestOpenAPI 3.0.1Vanta Terms of Service2026-07-26327517821.8 KB
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/tests/{testId}/entities/{entityId}/deactivate

Path parameters

testIdstring required
entityIdstring required

Request body

deactivateReasonstring required

Reason for deactivating the entity.

deactivateUntilDatestring date-time

Date until which the entity should be deactivated. If not provided, the entity will be deactivated indefinitely.

Response

Deactivation request accepted