Revoke external grader

Marks the external grader as revoked. The id stays resolvable so bindings on existing items are not orphaned; a revoked grader will fail future grade calls.

Path Parameters
  • graderId
    Type: string Format: uuid
    required

    External grader identifier (UUID)

Responses
  • 204

    External grader revoked

  • application/json
  • application/json
  • application/json
Request Example for delete/content/1.0/external-graders/{graderId}
curl https://platform.dev.timeback.com/content/1.0/external-graders/123e4567-e89b-12d3-a456-426614174000 \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body