⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/auth/invites/{id}

Delete a specific invite by ID (admin only).

DELETE/api/auth/invites/{id}

Path Parameters

id*string

Response Body

application/json

application/json

{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "expiresAt": "2019-08-24T14:15:22Z",
  "code": "string",
  "uses": 0,
  "maxUses": 0,
  "inviterId": "string",
  "inviter": {
    "username": "string",
    "id": "string",
    "role": "USER"
  }
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}