Invitation can only be canceled when it is in one of the below states.
Invitation can not be canceled when it is in one of the below states.
Field | Type | Required | Default | Description |
---|---|---|---|---|
testInvitationId | Integer64 | Yes | - | Unique identifier given to each test attempt |
URL 1: /v3/invitations/2932950/cancel
Status 200 OK
Response{ "testInvitationId":2932950, "status":"cancelled" }
Status 400 Bad Request
If required parameters have invalid values.
Response{ "statusCode": 400, "message": "Testinvitation state in inprogress, complete, and expired can not be cancelled." }