DeleteClan
Delete a clan. It is necessary to be the leader of the clan in order to perform this action
Path parameters
-
clanid
integer Required
DELETE
/clans/{clanid}/
curl \
--request DELETE 'http://api.example.com/clans/{clanid}/' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (204)
{
"message": "string"
}
Response examples (400)
string
Response examples (401)
string
Response examples (405)
string
Response examples (503)
string