/
Don't worry, API works successfully.
The Deleter API is a RESTful API based on HTTP(s) requests and JSON responses.
Success Response
{
success: true,
result: {
shards: [
{
id: 1,
ready: true,
status: 0,
ping: 182,
channels: 271,
guilds: 9,
users: 522
}
],
totalGuilds: 9,
totalChannels: 271,
totalUsers: 522
},
messages: [],
errors: []
}Error Response
Last updated