@api.doc('delete_token')
    @api.response(204, 'Deleted')
    def delete(self):
        """Delete a Token given its identifier"""