def delete
            json = delete_request({:channel_key => @key})
            res = JSON.parse(json.body)

            if json.status == 200