{
  "id": "revoke-response-empty",
  "title": "Successful Revoke response",
  "description": "A successful Revoke response returns an empty JSON object regardless of whether matching credentials existed.",
  "drafts": [
    "draft-kavian-agent-enrollment-protocol-04"
  ],
  "category": "grant-revoke",
  "applicability": {
    "agent": {
      "expectation": "required",
      "profile": "core-http"
    },
    "platform": {
      "expectation": "unsupported"
    },
    "service": {
      "expectation": "required",
      "profile": "core-http"
    }
  },
  "input": {
    "matching_credentials_existed": "false"
  },
  "expected": {
    "status": 200,
    "content_type": "application/aep+json",
    "body": {}
  }
}
