/delete
Delete a specific event from the guild
Last updated
{
status: 200
// if successful, nothing gets returned. else will say 'Unkown Event'
} {
status: 400
error: 'Cannot read ... (This can vary)'
}{
status: 401,
details: { message: '401: Unauthorized', code: 0 }
}{
status: 404,
details: { message: 'Unknown Guild', code: 10004 } (this can vary)
}