Skip to main content
POST
Deactivate test entity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

testId
string
required
entityId
string
required

Body

application/json
deactivateReason
string
required

Reason for deactivating the entity.

Minimum string length: 1
deactivateUntilDate
string<date-time>

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

Response

202

Deactivation request accepted