KickFromClan

DELETE /bot/clans/{discordid}/

Kick a clan member

Responses

  • 204 application/json

    Default Response

    Hide response attribute Show response attribute object
  • 400 application/json

    Bad Request

    Bad Request

  • 401 application/json

    Unauthorized

    Unauthorized

  • 404 application/json

    Not Found

    Not Found

  • 503 application/json

    Service Unavailable

    Service Unavailable

DELETE /bot/clans/{discordid}/
curl \
 --request DELETE 'http://api.example.com/bot/clans/{discordid}/?nick=string' \
 --header "apiKey: $API_KEY"
Response examples (204)
{
  "message": "string"
}
Response examples (400)
string
Response examples (401)
string
Response examples (404)
string
Response examples (503)
string