---
title: "Revoke multiple Assertions"
method: POST
path: "/v2/assertions/revoke"
tags: ["Assertions"]
---

# Revoke multiple Assertions

`POST /v2/assertions/revoke`

## Request body

- V2ApiRevokeMultipleAssertion[]
  - `code` string, nullable — Error code if assertion could not be revoked
  - `entityId` string, nullable — Entity ID of the Assertion to revoke
  - `id` string, nullable — ID of the Assertion to revoke
  - `reason` string, nullable — Error reason if assertion could not be revoked
  - `revocationReason` string, required — Short description of why the Assertion is being revoked
  - `revoked` boolean, nullable

## Response `200`

OK

- V2ApiRevokeMultipleAssertion[]
  - `code` string, nullable — Error code if assertion could not be revoked
  - `entityId` string, nullable — Entity ID of the Assertion to revoke
  - `id` string, nullable — ID of the Assertion to revoke
  - `reason` string, nullable — Error reason if assertion could not be revoked
  - `revocationReason` string, required — Short description of why the Assertion is being revoked
  - `revoked` boolean, nullable

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/instructure/apis/public-api-docs.md) · [All operations](https://skmtc.net/instructure/apis/public-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/public-api-docs/revisions/44eb39b4bd65/schema)
